🔍 Added title to every page

This commit is contained in:
Mawoka
2022-04-16 11:20:57 +02:00
parent f5635a87e0
commit 1292faa518
7 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
if (!session.authenticated) {
return {
status: 302,
redirect: '/account/login?returnTO=/create'
redirect: '/account/login?returnTo=/create'
};
}
if (session.authenticated) {