logout hotfix

This commit is contained in:
David Rodenkirchen 2024-08-28 15:02:27 +02:00
parent 3a20f6c976
commit 7b7e52c474

View File

@ -103,7 +103,7 @@ class UserInfoAndLoginBox(Component):
on_press=lambda: self.session.navigate_to("./forgot-password") 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( return Rectangle(
content=Column( content=Column(
self.user_name_input, self.user_name_input,