making background custom based on layout

This commit is contained in:
Arjun Patel
2022-01-13 18:20:51 -08:00
parent 9a945edd87
commit 9f5b3d072a
6 changed files with 23 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
/**
*
* wrapper for authentication for the future for each individual component
*/
export function requireAuthentication(gssp) {
return async (context) => {
const { req, res } = context;