Fix redirect URL in process_login.php, update login form submission handling, and enhance QR scanner UI

This commit is contained in:
vista-man
2025-04-10 17:31:50 +02:00
parent 950ba3aafb
commit 4769f68e9b
4 changed files with 45 additions and 55 deletions

View File

@@ -29,6 +29,10 @@ html {
#btn-scan-qr {
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
height: 75vh; /* Full viewport height for vertical centering */
}
#btn-scan-qr img {
@@ -36,6 +40,7 @@ html {
padding: 15px;
margin: 15px;
background: white;
border-radius: 10px; /* Optional: Add rounded corners */
}
#qr-result {
@@ -45,4 +50,3 @@ html {
max-width: 700px;
background-color: white;
}