diff --git a/web/packages/accounts/components/SetPasswordForm.tsx b/web/packages/accounts/components/SetPasswordForm.tsx index 8c05d7ce52..1ddfa5ff1f 100644 --- a/web/packages/accounts/components/SetPasswordForm.tsx +++ b/web/packages/accounts/components/SetPasswordForm.tsx @@ -1,6 +1,6 @@ import { isWeakPassword } from "@/accounts/utils"; +import { LoadingButton } from "@/base/components/mui/LoadingButton"; import ShowHidePassword from "@ente/shared/components/Form/ShowHidePassword"; -import SubmitButton from "@ente/shared/components/SubmitButton"; import { Box, Input, TextField, Typography } from "@mui/material"; import { Formik } from "formik"; import { t } from "i18next"; @@ -137,12 +137,15 @@ function SetPasswordForm(props: SetPasswordFormProps) { - + > + {props.buttonText} + {loading && ( = ({ router, login, host }) => {