mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add tests for loginWithForcedLogout() in account
CURA-7427
This commit is contained in:
parent
e3e767f4b9
commit
96387ef2aa
2 changed files with 22 additions and 2 deletions
|
@ -99,7 +99,7 @@ class Account(QObject):
|
|||
@pyqtSlot()
|
||||
def loginWithForcedLogout(self) -> None:
|
||||
"""
|
||||
Forces a logout from Cura and then initiates the authorization flow with the force_logout_from_mycloud variable
|
||||
Forces a logout from Cura and then initiates the authorization flow with the force_browser_logout variable
|
||||
as true, to sync the accounts in Cura and in the browser.
|
||||
|
||||
:return: None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue