Specify supportedStages for User Interactive Auth (#10975)

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-05-24 12:02:32 +01:00 committed by GitHub
parent 2571f54e8b
commit 269a348177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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) {