-
Notifications
You must be signed in to change notification settings - Fork 87
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
Accounts.verifyPhone() not working properly #28
Comments
The problem is the |
Yep, |
@abhishekbatra @Vaibhav241196 |
The side effect could appear when users change their password. I'm not very
familiar with meteor's accounts API, but I would guess that the referred
line should be conditionally invoked in case of a changed password. I'll
post here once I've experimented with this.
…On Wed, Dec 14, 2016 at 4:23 PM, Benjamin Cherion ***@***.***> wrote:
@abhishekbatra <https://github.com/abhishekbatra> @Vaibhav241196
<https://github.com/Vaibhav241196>
Hello guys, is there any side effect to comment this line ?
Cheers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADnU3SLKJ2RFKtXa3RlYnXLfSClicNsmks5rH8qXgaJpZM4JkrN5>
.
|
ok thanks @abhishekbatra |
Hey, Your package is really of great help, I just had a small issue.
Whenever i try to verify a phone number using the verifyPhone() method, it returns an error in the callback with error 403 saying not a valid code and the user in not logged in instead he is logged out ( I actually logged the user in and then based on whether the phone is verified or not i show him the verification page or home screen).
But after this execution, if i check the database, the user phone is verified and the next time the user logs in, he is directly shown the home page not the verification page.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: