mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Add even more logging to the auth service
This commit is contained in:
parent
46403a0fde
commit
b2e2f088c4
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class AuthorizationService:
|
|||
self._storeAuthData(response)
|
||||
self.onAuthStateChanged.emit(logged_in = True)
|
||||
else:
|
||||
Logger.log("w", "Failed to get a new access token from the server.")
|
||||
self.onAuthStateChanged.emit(logged_in = False)
|
||||
|
||||
## Delete the authentication data that we have stored locally (eg; logout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue