mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Do not get user profile by loading auth data
This commit is contained in:
parent
9f952b91c3
commit
85b60c1f28
1 changed files with 2 additions and 1 deletions
|
@ -305,7 +305,8 @@ class AuthorizationService:
|
||||||
message_type = Message.MessageType.ERROR)
|
message_type = Message.MessageType.ERROR)
|
||||||
Logger.warning("Unable to get user profile using auth data from preferences.")
|
Logger.warning("Unable to get user profile using auth data from preferences.")
|
||||||
self._unable_to_get_data_message.show()
|
self._unable_to_get_data_message.show()
|
||||||
self.getUserProfile(callback)
|
if self._get_user_profile:
|
||||||
|
self.getUserProfile(callback)
|
||||||
except (ValueError, TypeError):
|
except (ValueError, TypeError):
|
||||||
Logger.logException("w", "Could not load auth data from preferences")
|
Logger.logException("w", "Could not load auth data from preferences")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue