Add user login check for popup UI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2020-12-05 11:58:38 +01:00
parent d6b72f4fc7
commit 05bef4fd49
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ ViewRouter.get("/auth", GetAuthRoute(true));
ViewRouter.use(
"/popup",
GetUserMiddleware(false, false),
addCache,
ServeStatic("./views_repo/build/Popup", { cacheControl: false })
);