Fix: Update RLS policies for MFA checks

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 20:06:00 +00:00
parent c06dd4e362
commit dd95b99238
2 changed files with 56 additions and 0 deletions

View File

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