Appease the linter

pull/21833/head
Travis Ralston 2020-03-03 23:26:20 -07:00
parent e83a4ddbe5
commit 3cff6d7239
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export default createReactClass({
_getSsoUrl: function(kind) {
if (kind === 'm.login.cas') {
return this._loginLogic.getSsoLoginUrl("cas")
return this._loginLogic.getSsoLoginUrl("cas");
} else {
return this._loginLogic.getSsoLoginUrl("sso");
}