Skip to content

Commit

Permalink
fix: update seeds button (#3793)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck authored Jan 5, 2024
1 parent 5d98f95 commit 8b52d0e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ const FormForgotPassword = ({
/>
<section>
<div className="text-center mt-6">
<Button variant="primary">{t("authentication.forgotPassword.sendEmail")}</Button>
<Button type="submit" variant="primary">
{t("authentication.forgotPassword.sendEmail")}
</Button>
</div>
<div className="text-center mt-6">
<Button onClick={() => router.back()} variant="text">
Expand Down

0 comments on commit 8b52d0e

Please sign in to comment.