5505 forgot password feature broken (#5602)

- add missing `excludedOperations` in
`packages/twenty-server/src/engine/middlewares/graphql-hydrate-request-from-token.middleware.ts`
- update generated graphql file
- Add missing redirection to index after password update
This commit is contained in:
martmull
2024-05-27 15:13:11 +02:00
committed by GitHub
parent 113dfba994
commit 2f52e0fdb6
4 changed files with 15 additions and 11 deletions

View File

@ -144,6 +144,7 @@ export const PasswordReset = () => {
}
await signInWithCredentials(email || '', formData.newPassword);
navigate(AppPath.Index);
} catch (err) {
logError(err);
enqueueSnackBar(