mirror of https://github.com/vector-im/riot-web
Appease the linter
parent
e83a4ddbe5
commit
3cff6d7239
|
@ -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…
Reference in New Issue