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:
parent
371a444eb7
commit
b2ded921a4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue