From 6bf70dec37f3593febad194c6d000cc61b5a3300 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 12 Nov 2019 14:29:01 +0000 Subject: [PATCH] #2789 hide local login when using SSO --- 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 a4cd6b4f46cf0..2fd75805ba9f5 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()}
}