From 75af6725d38f2c1bac8b55f0640bbc7c4048a741 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 20 Dec 2019 23:17:24 +0000 Subject: [PATCH] Revert "#2789 hide local login when using SSO" This reverts commit 7f67571200846d345cd1aafb7d55a028f0f3693c. --- web/src/app/components/user/login.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/app/components/user/login.jsx b/web/src/app/components/user/login.jsx index 2fd75805ba9f..a4cd6b4f46cf 100644 --- a/web/src/app/components/user/login.jsx +++ b/web/src/app/components/user/login.jsx @@ -226,9 +226,9 @@ export class LoginInputForm extends React.Component { {!hasAnyAuth ?
You have no authentication options configured
:
- /* {this.renderNameAndPassFields()} */ - /* {this.render2faFields()} */ - /* {this.renderLoginBtn()} */ + {this.renderNameAndPassFields()} + {this.render2faFields()} + {this.renderLoginBtn()} {this.renderSsoBtns()}
}