Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 269a348

Browse files
authored
Specify supportedStages for User Interactive Auth (#10975)
1 parent 2571f54 commit 269a348

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/structures/InteractiveAuth.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@ export default class InteractiveAuthComponent<T> extends React.Component<Interac
119119
clientSecret: this.props.clientSecret,
120120
emailSid: this.props.emailSid,
121121
requestEmailToken: this.requestEmailToken,
122+
supportedStages: [
123+
AuthType.Password,
124+
AuthType.Recaptcha,
125+
AuthType.Email,
126+
AuthType.Msisdn,
127+
AuthType.Terms,
128+
AuthType.RegistrationToken,
129+
AuthType.UnstableRegistrationToken,
130+
AuthType.Sso,
131+
AuthType.SsoUnstable,
132+
],
122133
});
123134

124135
if (this.props.poll) {

0 commit comments

Comments
 (0)