🚸 Refreshed admin-screen and qr-endpoint!

This commit is contained in:
Mawoka
2022-03-03 20:41:45 +01:00
parent 829fbc768d
commit 493a5c0bdf
11 changed files with 221 additions and 29 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
if (session.authenticated) {
return {
status: 302,
redirect: '/'
redirect: '/overview'
};
}
return {};