Fix infinite account spinner when logging in twice

This commit is contained in:
miruka
2020-08-21 05:29:42 -04:00
parent bd01d9edd0
commit e0e92152d0
4 changed files with 4 additions and 6 deletions

View File

@@ -247,7 +247,6 @@ class Backend:
await client.close()
raise
# Check if the user is already present on mirage
if client.user_id in self.clients:
await client.logout()
return client.user_id