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

This commit is contained in:
2025-11-29 18:04:19 +01:00
parent 91d6a2789d
commit 4ebdca146f

View File

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