Fixed Profile Fail when Generating Token + Auto Display Profile when Valid Token Found in Session
This commit is contained in:
parent
189db5e479
commit
1ec81f79a8
4 changed files with 141 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue