Fixed Profile Fail when Generating Token + Auto Display Profile when Valid Token Found in Session

This commit is contained in:
BloxerHD 2025-06-07 12:05:29 +01:00
commit 1ec81f79a8
4 changed files with 141 additions and 30 deletions

View file

@ -110,4 +110,13 @@ form {
background-color: #bfbfbf;
color: black;
border-radius: 5px;
}
.error-container {
background-color: #aa0000;
width: 40%;
margin: 0 auto;
color: white;
text-align: center;
border-radius: 15px;
}