🚸 Refreshed admin-screen and qr-endpoint!
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if (session.authenticated) {
|
||||
return {
|
||||
status: 302,
|
||||
redirect: '/'
|
||||
redirect: '/overview'
|
||||
};
|
||||
}
|
||||
return {};
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
if (session.authenticated) {
|
||||
return {
|
||||
status: 302,
|
||||
redirect: '/'
|
||||
redirect: '/overview'
|
||||
};
|
||||
}
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user