1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2020-05-06 14:27:32 -06:00
parent 17be9805e1
commit b8fd50c5e3

View File

@@ -101,7 +101,7 @@ export default createReactClass({
return {
[SSOAuthEntry.LOGIN_TYPE]: ssoAesthetics,
[SSOAuthEntry.UNSTABLE_LOGIN_TYPE]: ssoAesthetics,
}
};
},
_onAuthFinished: function(success, result) {