fix(auth): make login password first
Some checks failed
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-06-20 17:44:44 +03:30
parent 2e7ea40a79
commit f7238d1767
4 changed files with 25 additions and 28 deletions

View File

@@ -28,7 +28,7 @@ export const en = {
login: {
welcome: (title: string = "Qlockifiy") => `Welcome to ${title}`,
loginTitle: "Sign in to your account",
loginDescription: "Enter your mobile number and we will send a one-time code.",
loginDescription: "Enter your mobile number to continue with password login.",
loginCta: "Login",
createAccount: "Create account",
haveNoAccount: "Need an account?",