failMessages | Array.<string> | An array of random failure messages to show on error. |
usernameIsValid | boolean | Whether the username is valid (at least 6 characters). |
usernameError | string|null | Error message for invalid username. |
emailIsValid | boolean | Whether the email is valid (matches email regex). |
emailError | string|null | Error message for invalid email. |
passwordIsValid | boolean | Whether the password is valid (at least 6 characters). |
passwordError | string|null | Error message for invalid password. |
passwordRepetitionIsValid | boolean | Whether the password repetition matches the password. |
passwordRepetitionError | string|null | Error message for mismatched password repetition. |
isWelcome | boolean | Whether the current route is the welcome page. |
metaInfo | MetaInfo | - |