First commit

This commit is contained in:
2026-04-08 19:36:03 +02:00
parent 66769b52fd
commit 3fb1145c6b
37 changed files with 2498 additions and 494 deletions

BIN
public/Onest-ExtraBold.ttf Normal file

Binary file not shown.

BIN
public/Onest-Regular.ttf Normal file

Binary file not shown.

20
public/i18n/en.json Normal file
View File

@@ -0,0 +1,20 @@
{
"signIn": {
"formTitle": "Sign in",
"mainInput": {
"label": "Username, email or phone number",
"placeholder": "bob, bob@example.com, +36201234567"
},
"password": {
"label": "Password"
},
"emailButton": "Sign in with email code",
"smsButton": "Sign in with SMS code",
"signInButton": "Sign in",
"errors": {
"unameMailPhoneRequired": "Username, email or phone number is required",
"passwordRequired": "Password is required",
"passwordIncorrect": "Password is incorrect"
}
}
}