update layout

This commit is contained in:
2025-11-19 18:03:21 -03:00
parent d9873a5c74
commit cef81009f7
13 changed files with 35 additions and 76 deletions

View File

@@ -117,6 +117,7 @@ def _get_idp_user(
'id': user_id,
'sk': 'PASSWORD',
'hash': pbkdf2_sha256.hash(password),
'created_at': now(),
}
)
except Exception: