completed oauth implementation on hub and dispatch
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { ToggleTalkButton } from '../_components/ToggleTalkButton';
|
||||
import { ChangeRufgruppe } from '../_components/ChangeRufgruppe';
|
||||
import { Notifications } from '../_components/Notifications';
|
||||
import { MoonIcon, SunIcon } from '@radix-ui/react-icons';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function Navbar() {
|
||||
return (
|
||||
@@ -61,7 +61,9 @@ export default function Navbar() {
|
||||
<a>Einstellungen</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>Logout</a>
|
||||
<Link href={'/logout'}>
|
||||
<p>Logout</p>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user