config for oauth

This commit is contained in:
h z
2024-12-04 14:06:30 +00:00
parent 321dea202d
commit 55ddd17bf0
10 changed files with 76 additions and 24 deletions

View File

@@ -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>