mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'pypeclub:develop' into develop
This commit is contained in:
commit
5e68743812
15 changed files with 102 additions and 55 deletions
|
|
@ -5,6 +5,7 @@ from typing import Tuple
|
|||
import gazu
|
||||
|
||||
from openpype.lib.local_settings import OpenPypeSecureRegistry
|
||||
from openpype.lib import emit_event
|
||||
|
||||
|
||||
def validate_credentials(
|
||||
|
|
@ -32,6 +33,8 @@ def validate_credentials(
|
|||
except gazu.exception.AuthFailedException:
|
||||
return False
|
||||
|
||||
emit_event("kitsu.user.logged", data={"username": login}, source="kitsu")
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue