kc token public key/token issue, path root set to 1
This commit is contained in:
@@ -58,14 +58,22 @@ const MainNavigation = () => {
|
||||
<span className="button is-primary is-light">
|
||||
{user.profile.name}
|
||||
</span>
|
||||
<button className="button is-danger" onClick={logout}>
|
||||
<button
|
||||
className="button is-danger"
|
||||
onClick={logout}
|
||||
type="button"
|
||||
>
|
||||
Logout
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<div className="navbar-item">
|
||||
<button className="button is-primary" onClick={login}>
|
||||
<button
|
||||
className="button is-primary"
|
||||
onClick={login}
|
||||
type="button"
|
||||
>
|
||||
Login
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user