Skip to content

Commit

Permalink
Nonce token authenticator (#35)
Browse files Browse the repository at this point in the history
Forgot password authenticator
  • Loading branch information
kamil-szczepaniuk-tg authored Nov 29, 2024
1 parent f309f66 commit 5119221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HAAPIProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export default function HAAPIProcessor(props) {
case 'authentication-action/debug-attribute/index':
case 'authenticator/jwt-token-authenticator/authenticate/get':
case 'authentication-action/intermediate-response/index':
case 'authenticator/forgot-password-authenticator/authenticate/get':
case 'authenticator/forgot-password-authenticator/authenticate/finished':
case 'authenticator/nonce-token-authenticator/authenticate/get':
return <UsernamePassword
haapiResponse={haapiResponse}
submitForm={(formState, url, method) => submitForm(formState, url, method)}
Expand Down

0 comments on commit 5119221

Please sign in to comment.