From b4b22863beee6daba99f769fb08cbf36bf5d9fee Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:20:46 +0400 Subject: [PATCH] Forgotten commit from login migration branch (#4592) - suppress JSInitializingVariableWithUndefined inspection warning - Add checks to not require username/password when isNewInstall is true Signed-off-by: Travis Garrison Co-authored-by: Travis Garrison --- app/Views/login.php | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/app/Views/login.php b/app/Views/login.php index 18184287f..e86f919eb 100644 --- a/app/Views/login.php +++ b/app/Views/login.php @@ -177,6 +177,7 @@ $request = Services::request();