diff --git a/src/lib/stores/auth-methods.ts b/src/lib/stores/auth-methods.ts index eca4e2054..1c2f477dd 100644 --- a/src/lib/stores/auth-methods.ts +++ b/src/lib/stores/auth-methods.ts @@ -24,6 +24,11 @@ const setAuthMethod = (project: Models.Project): AuthMethod[] => { method: 'magic-url', value: project?.authUsersAuthMagicURL }, + { + label: 'Email OTP', + method: 'email-otp', + value: project?.authEmailOtp + }, { label: 'Anonymous', method: 'anonymous',