config for oauth
This commit is contained in:
@@ -16,7 +16,7 @@ const MainNavigation = () => {
|
||||
{ user && user.profile ? (
|
||||
<div>
|
||||
<h1>{user.profile.name}</h1>
|
||||
<Link to="/logout">Logout</Link>
|
||||
<button onClick={logout}>logout</button>
|
||||
</div>
|
||||
) : (
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user