Add account hierarchy framework with migrations, RLS policies, and UI components

This commit is contained in:
T. Zehetbauer
2026-03-31 22:18:04 +02:00
parent 7e7da0b465
commit 59546ad6d2
262 changed files with 11671 additions and 3927 deletions

View File

@@ -145,5 +145,20 @@
"setEmailSuccessMessage": "We sent you an email to confirm your email address. Please check your inbox and click on the link to confirm your email address.",
"setEmailLoading": "Setting your email...",
"setEmailError": "Email not set. Please try again",
"emailNotChanged": "Your email address has not changed"
"emailNotChanged": "Your email address has not changed",
"setupPasskeyButtonLabel": "Add Passkey",
"passkeyDescription": "Passkeys use your device's biometric sensor (fingerprint, face recognition) or security key as a second factor.",
"passkeySetupSuccess": "Passkey successfully registered",
"passkeySetupErrorHeading": "Passkey Setup Failed",
"passkeySetupInstructions": "Your browser will prompt you to register a passkey using your device's biometric sensor or security key.",
"passkeyNameLabel": "Name for this passkey",
"passkeyNameHint": "Use an easy-to-remember name, e.g. MacBook Touch ID, iPhone Face ID",
"registerPasskey": "Register Passkey",
"registeringPasskey": "Registering passkey...",
"passkeyVerifyHeading": "Verify with Passkey",
"passkeyVerifyErrorHeading": "Passkey Verification Failed",
"passkeyVerifyErrorDescription": "Could not verify your passkey. Please try again or use a different method.",
"passkeyVerifyWaiting": "Waiting for passkey verification...",
"passkeyVerifyPrompt": "Use your passkey to verify your identity.",
"passkeyRetry": "Try Again"
}