-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Inconsistency in User Verification Status between Email and Phone Number #1392
Comments
bug.mp4 |
Reproducible on |
@gurjeetsinghvirdee, thanks for raising this issue! 🙏🏼 Let me confirm with the team. |
We want to update the alerts to be specific to say:
Note The "s" should only be there if the name does not end with s. For example, if the user's name was "Charles", it should be "Charles' email has been verified" FYI, the code that needs to be updated is here: console/src/routes/(console)/project-[project]/auth/user-[user]/updateStatus.svelte Lines 15 to 54 in 6748b14
|
…mail and Phone Number appwrite#1392
👟 Reproduction steps
👍 Expected behavior
user is verified
.user is unverified
.👎 Actual Behavior
When attempting to verify the phone number, an alert incorrectly states that the
user is unverified
.However, when attempting to unverify the phone, the system incorrectly indicates that the
user is verified.
🎲 Appwrite version
Version 1.4.x
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: