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)}/> +
; };