package signup import ( "github.com/fossyy/filekeeper/types" "github.com/fossyy/filekeeper/view/layout" ) templ form(err types.Message, title string) { @layout.Base(title){

Sign Up

Enter your information to create an account

switch err.Code { case 0: case 1: }
  • Passwords do not match
  • Password length must be at least 8 characters
  • The password must contain at least one symbol (!@#$%^&*), one uppercase letter, and three numbers
Already have an account? Sign in