diff options
Diffstat (limited to 'ui/src/App.tsx')
| -rw-r--r-- | ui/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 9b5242a7..c643720a 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -105,7 +105,7 @@ function App() { </ul> </li> <li className="mt-auto"> - {user && !user.isLoggedIn() && ( + {user && user.username === "" && !user.username && ( <Dialog> <DialogTrigger className="w-full"> <Button |
