Renamed overview to dashboard (#80)

This commit is contained in:
Mawoka
2022-08-11 15:27:28 +02:00
parent b98299d022
commit 4a7bc2a589
11 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
const returnTo =
url.searchParams.get('returnTo') !== null
? url.searchParams.get('returnTo')
: '/overview';
: '/dashboard';
if (session.authenticated) {
return {
status: 302,
+1 -1
View File
@@ -8,7 +8,7 @@
if (session.authenticated) {
return {
status: 302,
redirect: '/overview'
redirect: '/dashboard'
};
}
return {};
@@ -8,7 +8,7 @@
if (session.authenticated) {
return {
status: 302,
redirect: '/overview'
redirect: '/dashboard'
};
}
return {};