This commit is contained in:
Sébastien Albert 2022-09-04 22:43:38 +02:00
commit 8d70700d03
63 changed files with 1294 additions and 966 deletions

View file

@ -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