mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Add email OTP toggle
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user