From b8fd50c5e328058a0928ff007c22e959b843de6d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 6 May 2020 14:27:32 -0600 Subject: [PATCH] Appease the linter --- src/components/views/dialogs/InteractiveAuthDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/InteractiveAuthDialog.js b/src/components/views/dialogs/InteractiveAuthDialog.js index d9cc13e11c..b06ce63ecd 100644 --- a/src/components/views/dialogs/InteractiveAuthDialog.js +++ b/src/components/views/dialogs/InteractiveAuthDialog.js @@ -101,7 +101,7 @@ export default createReactClass({ return { [SSOAuthEntry.LOGIN_TYPE]: ssoAesthetics, [SSOAuthEntry.UNSTABLE_LOGIN_TYPE]: ssoAesthetics, - } + }; }, _onAuthFinished: function(success, result) {