From 768da31c4038adf1c5660c61f0abbca81025bfed Mon Sep 17 00:00:00 2001 From: Rami Berman Date: Sun, 9 Jan 2022 14:22:51 +0200 Subject: [PATCH] Update InstallPage.tsx --- ui/src/components/InstallPage.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ui/src/components/InstallPage.tsx b/ui/src/components/InstallPage.tsx index 234d55545..69241da98 100644 --- a/ui/src/components/InstallPage.tsx +++ b/ui/src/components/InstallPage.tsx @@ -57,9 +57,18 @@ export const InstallPage: React.FC = ({onFirstLogin}) => { {isLoading && }
Setup
Welcome to Mizu, please set up the admin user to continue - - setPassword(e.target.value)}/> - setPasswordConfirm(e.target.value)}/> +
+ + +
+
+ + setPassword(event.target.value)}/> +
+
+ + setPasswordConfirm(event.target.value)}/> +
; };