fix: forgot password shown with magic link login

This commit is contained in:
Lakhan Samani
2023-12-03 11:27:39 +05:30
parent bea6eb8342
commit f70310f04f
4 changed files with 183 additions and 47 deletions

View File

@@ -29,6 +29,8 @@ type Meta {
is_sign_up_enabled: Boolean!
is_strong_password_enabled: Boolean!
is_multi_factor_auth_enabled: Boolean!
is_mobile_basic_authentication_enabled: Boolean!
is_phone_verification_enabled: Boolean!
}
type User {