Upgrade dependencies (#8362)

* Upgrade dependencies

* delint
This commit is contained in:
Michael Telatynski
2022-04-21 08:08:03 +01:00
committed by GitHub
parent f2ec465f87
commit 74cab0323f
3 changed files with 631 additions and 633 deletions

View File

@@ -135,7 +135,9 @@ export default class LoginComponent extends React.PureComponent<IProps, IState>
'm.login.password': this.renderPasswordStep,
// CAS and SSO are the same thing, modulo the url we link to
// eslint-disable-next-line @typescript-eslint/naming-convention
'm.login.cas': () => this.renderSsoStep("cas"),
// eslint-disable-next-line @typescript-eslint/naming-convention
'm.login.sso': () => this.renderSsoStep("sso"),
};
}