package forgotPasswordView import ( "github.com/fossyy/filekeeper/types" "github.com/fossyy/filekeeper/view/client/layout" ) templ content(title string, err types.Message) { @layout.Base(title){
Enter your email address and we'll send you instructions to reset your password.
Enter your email below to reset your password
switch err.Code { case 0:We've sent a verification email to your inbox. Please check your email and follow the instructions to change your password.
Your password has been successfully updated. Feel free to continue enjoying our platform.