A lot of progress
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 36s

This commit is contained in:
2026-04-28 00:20:15 +02:00
parent b928212608
commit 76bb9fbb30
38 changed files with 382 additions and 460 deletions

View File

@@ -0,0 +1,15 @@
{
"username": "Username or email",
"username-placeholder": "Enter your username or email here...",
"password": "Password",
"password-placeholder": "Enter your password...",
"log-in": "Log in",
"no-account": "You don't have an account?",
"register": "Register",
"errors": {
"invalid-credentials": "Invalid username/email or password.",
"params": "Please enter both username/email and password."
},
"success": "Login successful!"
}