Merge branch 'pypeclub:develop' into develop

This commit is contained in:
Sébastien Albert 2022-09-04 22:38:39 +02:00 committed by GitHub
commit 5e68743812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 102 additions and 55 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