mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 10:51:13 +02:00
Specify supportedStages for User Interactive Auth (#10975)
This commit is contained in:
parent
2571f54e8b
commit
269a348177
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user