You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
I'm trying to implement the Ionic Cloud Auth Service and now I want to do the password reset like it is described here. So I have a text field where the user can enter his email and a button.
I am having the same issue when running "@ionic/cloud-angular": "^0.7.0".
The same this.storage 'undefined' error within Auth.requestPasswordReset(email:string). Version 0.6.0 produced the same error. Dialing the version back to 0.5.2 in package.json and running npm update allowed the email with the six digit code to be sent with my implementation, which is programatically similar to the original reporter's approach outlined above. Not great, but a temporary fix for those still in development.
I'm trying to implement the Ionic Cloud Auth Service and now I want to do the password reset like it is described here. So I have a text field where the user can enter his email and a button.
Here is my pw-reset.html:
And here is my pw-reset.ts:
And here are the errors which come when I click on the button:
The text was updated successfully, but these errors were encountered: