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
When you try to change email or password in the account settings and it works, it will not display the success message below the form. Only error message will get displayed.
This is because the whole layout rerenders when refresh tokens are updated.
Expected behavior
Site state stays in tact when there is no state change in auth.
How to reproduce
go to account settings, change password or email
The text was updated successfully, but these errors were encountered:
Describe the bug
When you try to change email or password in the account settings and it works, it will not display the success message below the form. Only error message will get displayed.
This is because the whole layout rerenders when refresh tokens are updated.
Expected behavior
Site state stays in tact when there is no state change in auth.
How to reproduce
go to account settings, change password or email
The text was updated successfully, but these errors were encountered: