jwt refresh token 1.0
This commit is contained in:
@@ -58,3 +58,17 @@ p {
|
||||
color: #fff;
|
||||
margin-top: 15px;
|
||||
}
|
||||
button {
|
||||
background: #fff;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
margin-top: 15px;
|
||||
}
|
||||
button:hover {
|
||||
background: transparent;
|
||||
color: white;
|
||||
outline: 1px solid #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user