limit username length
This commit is contained in:
@@ -41,7 +41,7 @@ class UserInfoAndLoginBox(Component):
|
||||
|
||||
@staticmethod
|
||||
def get_greeting() -> str:
|
||||
return choice(["Guten Tacho", "Tuten Gag", "Hallöchen mit Öchen", "Servus", "Moinjour", "Hallöchen Popöchen", "Heyho", "Moinsen"])
|
||||
return choice(["Guten Tacho", "Tuten Gag", "Servus", "Moinjour", "Hallöchen Popöchen", "Heyho", "Moinsen"])
|
||||
|
||||
# @FixMe: If the user logs out and then tries to log back in, it does not work
|
||||
# If the user navigates to another page and then tries again. It works.
|
||||
|
||||
Reference in New Issue
Block a user