I turn on the 2FA in my console user, the QR didn't appear and the console redirect me to that page and I can't disable from another admin account. How can I recover my account or disable the 2FA on that one? Thanks.
weird...
did you have a verified email? did you set up github auth?
yep, I've a verified email but I didn't set up github auth
how did you have a verified email?
from my user account in the console
sorry i don't understand. we don't have a way to verify email for the appwrite console 🧐
you click on "Your Account" and then you've this option
if you switch on, that bug appears
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...