Appease the linter
This commit is contained in:
parent
e83a4ddbe5
commit
3cff6d7239
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue