Merge pull request #970 from automatisch/add-signup

feat: add signup page
This commit is contained in:
Ali BARIN
2023-03-03 19:06:43 +01:00
committed by GitHub
10 changed files with 243 additions and 6 deletions

View File

@@ -105,5 +105,13 @@
"webhookUrlInfo.title": "Your webhook URL",
"webhookUrlInfo.description": "You'll need to configure your application with this webhook URL.",
"webhookUrlInfo.helperText": "We've generated a custom webhook URL for you to send requests to. <link>Learn more about webhooks</link>.",
"webhookUrlInfo.copy": "Copy"
}
"webhookUrlInfo.copy": "Copy",
"signupForm.title": "Sign up",
"signupForm.fullNameFieldLabel": "Full name",
"signupForm.emailFieldLabel": "Email",
"signupForm.passwordFieldLabel": "Password",
"signupForm.confirmPasswordFieldLabel": "Confirm password",
"signupForm.submit": "Sign up",
"signupForm.passwordMustMatch": "Passwords must match.",
"signupForm.mandatoryInput": "{inputName} is required."
}