mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Merge branch '4.0' of github.com:Ultimaker/Cura
This commit is contained in:
commit
e9d4eb741a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class AuthorizationService:
|
|||
self._storeAuthData(response)
|
||||
self.onAuthStateChanged.emit(logged_in = True)
|
||||
else:
|
||||
self.onAuthStateChanged(logged_in = False)
|
||||
self.onAuthStateChanged.emit(logged_in = False)
|
||||
|
||||
## Delete the authentication data that we have stored locally (eg; logout)
|
||||
def deleteAuthData(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue