diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/login/ResetPasswordPage.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/login/ResetPasswordPage.jsx b/modern/src/login/ResetPasswordPage.jsx index f2f1a132..d10299ca 100644 --- a/modern/src/login/ResetPasswordPage.jsx +++ b/modern/src/login/ResetPasswordPage.jsx @@ -97,6 +97,7 @@ const ResetPasswordPage = () => { <Button variant="contained" color="secondary" + type="submit" onClick={handleSubmit} disabled={!/(.+)@(.+)\.(.{2,})/.test(email) && !password} fullWidth |