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
I was reading through the documentation of Email Password Auth and found an issue in the code of account.updateRecovery function in Password Recovery. It displays 4 Arguments, duplicating 'password' twice when it should be 3. I thought it was a conformation until my IDE warned me about it
The text was updated successfully, but these errors were encountered:
💭 Description
I was reading through the documentation of Email Password Auth and found an issue in the code of account.updateRecovery function in Password Recovery. It displays 4 Arguments, duplicating 'password' twice when it should be 3. I thought it was a conformation until my IDE warned me about it
The text was updated successfully, but these errors were encountered: