Minor syntax

This commit is contained in:
2022-01-02 15:19:10 +10:00
parent cbd157d2c9
commit 21cd4b2018

View File

@@ -12,7 +12,8 @@ let loadHomePage(): HttpHandler =
let scripts = ["dredgepos.authenticate.js"]
let styles = ["dredgepos.authenticate.css"]
htmlString <| Theme.loadTemplateWithVarsScriptsAndStyles "authenticate" variables scripts styles
Theme.loadTemplateWithVarsScriptsAndStyles "authenticate" variables scripts styles
|> htmlString
let loadFloorplan (ctx: HttpContext) : HttpHandler =
Session.RequireClerkAuthentication ctx