Login szöveg
All checks were successful
Build and Deploy Frontend / build-and-deploy-frontend (push) Successful in 17s

This commit is contained in:
2025-11-29 18:03:16 +01:00
parent 54b32db820
commit 91d6a2789d

View File

@@ -284,7 +284,7 @@ const apiBase = `${import.meta.env.VITE_BACKEND_API_HOST}:${import.meta.env.VITE
const out = ref('') const out = ref('')
const pageStatus = ref("logout") const pageStatus = ref("logout")
const loginCheck = ref(false) const loginCheck = ref(false)
const loginErrorMsg = ref("Bejelentkezés...") const loginErrorMsg = ref("Belépés...")
const userLoginName = ref("") const userLoginName = ref("")
const userLoginPw = ref("") const userLoginPw = ref("")
const userAdmin = ref(false) const userAdmin = ref(false)