chore: initial commit

This commit is contained in:
Divlo
2021-10-24 04:06:16 +02:00
commit 714cc643ba
260 changed files with 40783 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"subject": "Confirm email",
"renderOptions": {
"subtitle": "Please confirm your email to signin",
"button": "Yes, I confirm",
"footer": "If you received this message by mistake, just delete it. Your email will not be confirmed if you do not click on the confirmation link above."
}
}

View File

@ -0,0 +1,8 @@
{
"subject": "Reset password",
"renderOptions": {
"subtitle": "Please confirm password reset",
"button": "Yes, I change my password",
"footer": "If you received this message by mistake, just delete it. Your password will not be reset if you do not click on the link above. Also, for the security of your account, the password reset is available for a period of 1 hour, after this time, the reset will no longer be possible."
}
}