From e04a53d2f6af6200db1da75983557354ca4574b4 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 23 Nov 2019 12:38:45 +0000 Subject: [PATCH] #2789 hide local login when using SSO --- .gitignore | 2 +- web/dist/app/app.58735cf75c867a30fb27.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0da2a0b6af55a..b88faaa1975db 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ darwin *.zip # built web assets -web/dist/app/app +# web/dist/app/app # editors .vscode diff --git a/web/dist/app/app.58735cf75c867a30fb27.js b/web/dist/app/app.58735cf75c867a30fb27.js index c92dc6cbe93ca..5ac9e169fe03b 100644 --- a/web/dist/app/app.58735cf75c867a30fb27.js +++ b/web/dist/app/app.58735cf75c867a30fb27.js @@ -2988,9 +2988,9 @@ var login_LoginInputForm = function (_React$Component2) { ) : react_default.a.createElement( 'div', null, - this.renderNameAndPassFields(), - this.render2faFields(), - this.renderLoginBtn(), + /* this.renderNameAndPassFields(), */ + /* this.render2faFields(), */ + /* this.renderLoginBtn(), */ this.renderSsoBtns() ) ), @@ -14058,4 +14058,4 @@ var RECEIVE_SITE_EVENTS = 'TLPT_SESSIONS_RECEIVE_EVENTS'; /***/ }) -/******/ }); \ No newline at end of file +/******/ });