diff --git a/view/client/auth/forgotPassword/forgotPassword.templ b/view/client/auth/forgotPassword/forgotPassword.templ index da77e98..fd2cc15 100644 --- a/view/client/auth/forgotPassword/forgotPassword.templ +++ b/view/client/auth/forgotPassword/forgotPassword.templ @@ -54,67 +54,70 @@ templ Main(title string, err types.Message) { templ NewPasswordForm(title string, err types.Message) { @layout.Base(title){ -
-
-
-
-

Forgot password

-

Enter your email below to reset your password

- switch err.Code { - case 0: - - } +
+
+

Reset Password

+ switch err.Code { + case 0: + + } +
+
+ +
-
- -
- - +
+ +
-
- - +
+ +
-
-
    -
  • -
    - - - - -
    - Passwords do not match -
  • -
  • -
    - - - - -
    - Password must contain at least one uppercase letter -
  • -
  • -
    - - - - -
    - Password length must be at least 8 characters -
  • -
-
-
+ ") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
  • Passwords do not match
  • Password must contain at least one uppercase letter
  • Password length must be at least 8 characters
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }