fix(grfn/bbbg): Properly use dynamic var for auth check

Change-Id: If457999d1f4b6d3f2f6b6de8cdbdbceb8f399796
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4571
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2021-12-24 12:11:49 -05:00 committed by clbot
parent 371a444eb7
commit b2ded921a4

View file

@ -28,7 +28,7 @@
"Attendees"]])
[:li [:a {:href "/events"}
"Events"]]
(if authenticated?
(if *authenticated?*
[:li [:form {:method :post
:action "/auth/sign-out"}
[:input {:type "submit"