Skip to content

Commit

Permalink
Fixing password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Wilhelmi committed May 28, 2024
1 parent 9c4e901 commit dd93ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/stores/DialogState.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const useDialogState = defineStore('dialogState', {
} else if (workflow_status['operation'] == 'password_reset') {
this.email = workflow_status['email']
this.token = workflow_status['token']
this.state = DIALOG.RESET_PASSWORD_NEW_PASSWORD
this.state = DIALOG.CHANGE_PASSWORD
} else {
console.log(`Got unexpected operation in workflow_status cookie: ${workflow_status_raw}`)
}
Expand Down

0 comments on commit dd93ac1

Please sign in to comment.