diff --git a/server/routes/auth.js b/server/routes/auth.js
index aae4f34..abf9e82 100644
--- a/server/routes/auth.js
+++ b/server/routes/auth.js
@@ -16,6 +16,7 @@ router.get('/auth', function (req, res) {
router.get('/logout', function (req, res, next) {
req.logout()
+ res.sendStatus(200)
})
module.exports = router
diff --git a/src/components/AppBar.vue b/src/components/AppBar.vue
index d6c94a6..e680c1a 100644
--- a/src/components/AppBar.vue
+++ b/src/components/AppBar.vue
@@ -1,16 +1,77 @@
-
-
-
+
+
-
-
+
+
+
+
+
+
+ mdi-home
+
+
+ Home
+
+
+
+
+ mdi-logout
+
+
+ Logout
+
+
+
+
+
+
+
+
+
+
+