From c7d6c0f45264944bb5c00374ff025344218ef7eb Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 5 Dec 2022 23:00:27 -0800 Subject: [PATCH] New: Show all options when authentication modal is open --- .../AuthenticationRequiredModalContent.js | 80 ++++++++----------- 1 file changed, 34 insertions(+), 46 deletions(-) diff --git a/frontend/src/FirstRun/AuthenticationRequiredModalContent.js b/frontend/src/FirstRun/AuthenticationRequiredModalContent.js index 193bdf950..f0548397d 100644 --- a/frontend/src/FirstRun/AuthenticationRequiredModalContent.js +++ b/frontend/src/FirstRun/AuthenticationRequiredModalContent.js @@ -81,52 +81,40 @@ function AuthenticationRequiredModalContent(props) { /> - { - authenticationEnabled ? - - Authentication Required - - - : - null - } - - { - authenticationEnabled ? - - Username - - - : - null - } - - { - authenticationEnabled ? - - Password - - - : - null - } + + Authentication Required + + + + + + Username + + + + + + Password + + + : null }