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

Commit

Permalink
Upgrade dependencies (#8362)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* delint
  • Loading branch information
t3chguy authored Apr 21, 2022
1 parent f2ec465 commit 74cab03
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 634 deletions.
1 change: 1 addition & 0 deletions src/HtmlUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ const transformTags: IExtendedSanitizeOptions["transformTags"] = { // custom to
}
return { tagName, attribs };
},
// eslint-disable-next-line @typescript-eslint/naming-convention
'*': function(tagName: string, attribs: sanitizeHtml.Attributes) {
// Delete any style previously assigned, style is an allowedTag for font, span & img,
// because attributes are stripped after transforming.
Expand Down
2 changes: 2 additions & 0 deletions src/components/structures/auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
};
}
Expand Down
Loading

0 comments on commit 74cab03

Please sign in to comment.