✨ Renamed overview to dashboard (#80)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
const returnTo =
|
||||
url.searchParams.get('returnTo') !== null
|
||||
? url.searchParams.get('returnTo')
|
||||
: '/overview';
|
||||
: '/dashboard';
|
||||
if (session.authenticated) {
|
||||
return {
|
||||
status: 302,
|
||||
|
||||
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user