Formatting changes

This commit is contained in:
Aaron William Po
2023-02-20 09:09:45 -05:00
parent d50ce7497b
commit 4cd2ab476f
14 changed files with 61 additions and 109 deletions

View File

@@ -12,6 +12,7 @@ const withPageAuthRequired =
}
return await fn(context);
} catch (error) {
console.log(error);
return {
redirect: {
destination: '/login',