Skip to content

Commit

Permalink
Specify supportedStages for User Interactive Auth (#10975)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed May 24, 2023
1 parent 2571f54 commit 269a348
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/structures/InteractiveAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ export default class InteractiveAuthComponent<T> extends React.Component<Interac
clientSecret: this.props.clientSecret,
emailSid: this.props.emailSid,
requestEmailToken: this.requestEmailToken,
supportedStages: [
AuthType.Password,
AuthType.Recaptcha,
AuthType.Email,
AuthType.Msisdn,
AuthType.Terms,
AuthType.RegistrationToken,
AuthType.UnstableRegistrationToken,
AuthType.Sso,
AuthType.SsoUnstable,
],
});

if (this.props.poll) {
Expand Down

0 comments on commit 269a348

Please sign in to comment.