logout hotfix
This commit is contained in:
parent
3a20f6c976
commit
7b7e52c474
@ -103,7 +103,7 @@ class UserInfoAndLoginBox(Component):
|
||||
on_press=lambda: self.session.navigate_to("./forgot-password")
|
||||
)
|
||||
|
||||
if self.show_login:
|
||||
if self.show_login and self.session[SessionStorage].user_id is None:
|
||||
return Rectangle(
|
||||
content=Column(
|
||||
self.user_name_input,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user