used *clog-auth-key* for consistency in clog-auth.lisp

This commit is contained in:
Shaka Chen 2022-07-27 09:51:08 +08:00
parent 130192ad5c
commit c0e70f0fae

View file

@ -77,7 +77,7 @@ for CLOG")
(declare (ignore obj))
(set-on-storage (window body) nil)
(when (equalp (getf data :key)
"clog-auth-token")
*clog-auth-key*)
(funcall handler body)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;