dashboard pw reset fix

This commit is contained in:
Ben Allfree 2024-10-17 20:43:28 -07:00
parent 493a264a39
commit a357065f1d

View File

@ -34,8 +34,7 @@
try {
await requestPasswordResetConfirm(token, password)
// Hard refresh and send the user back to the login screen
// window.location.href = '/login'
window.location.href = '/login'
} catch (error) {
if (error instanceof Error) {
formErrors = client().parseError(error)