Skip to content

Commit

Permalink
fix: dialog for update password
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 2, 2025
1 parent 9ee3d3d commit 78df5b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions apps/renderer/src/modules/profile/email-management.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export function EmailManagement() {
onClick={() => {
verifyEmailMutation.mutate()
}}
buttonClassName="mt-2"
>
{t("profile.email.send_verification")}
</Button>
Expand Down
2 changes: 0 additions & 2 deletions apps/renderer/src/modules/profile/update-password-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ export const UpdatePasswordForm = () => {
return null
}

return <UpdateExistingPasswordForm />

return (
<div className="mt-4 flex items-center justify-between">
<Label className="mb-4">{t("profile.password.label")}</Label>
Expand Down

0 comments on commit 78df5b9

Please sign in to comment.