Implement MFA Enforcement

This commit is contained in:
gpt-engineer-app[bot]
2025-10-14 13:45:59 +00:00
parent 121f7c533a
commit 7aa219efe5
10 changed files with 216 additions and 12 deletions

View File

@@ -3012,6 +3012,10 @@ export type Database = {
Args: { _user_id: string }
Returns: Json
}
has_aal2: {
Args: Record<PropertyKey, never>
Returns: boolean
}
has_pending_dependents: {
Args: { item_id: string }
Returns: boolean