diff --git a/cura/OAuth2/AuthorizationService.py b/cura/OAuth2/AuthorizationService.py index fb2ba40c71..290fc5c651 100644 --- a/cura/OAuth2/AuthorizationService.py +++ b/cura/OAuth2/AuthorizationService.py @@ -134,7 +134,7 @@ class AuthorizationService: self._auth_helpers.getAccessTokenUsingRefreshToken(self._auth_data.refresh_token, process_auth_data) - self._auth_helpers.checkToken(self._auth_data.access_token, check_user_profile) + self._auth_helpers.checkToken(self._auth_data.access_token, check_user_profile, lambda: callback(None)) def getAccessToken(self) -> Optional[str]: """Get the access token as provided by the response data."""