mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Appease the linter
This commit is contained in:
parent
a12786c171
commit
93c696f15e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,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 a new issue