mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change 'token_changed' (#4754)
This commit is contained in:
parent
47473a8a23
commit
e9b1713975
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class ChangeUserResult:
|
|||
):
|
||||
shutdown = logged_out
|
||||
restart = new_url is not None and new_url != old_url
|
||||
token_changed = new_token is not None and new_token == old_token
|
||||
token_changed = new_token is not None and new_token != old_token
|
||||
|
||||
self.logged_out = logged_out
|
||||
self.old_url = old_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue