mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
clockify api triggers signed in when successfully signed
This commit is contained in:
parent
706ca52618
commit
995d596fb8
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ class ClockifyAPI(metaclass=Singleton):
|
|||
if api_key is not None and self.validate_api_key(api_key) is True:
|
||||
self.headers["X-Api-Key"] = api_key
|
||||
self.set_workspace()
|
||||
if self.master_parent:
|
||||
self.master_parent.signed_in()
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue