Merge pull request #299 from free-kingdom/main-1

fix clog-auth.lisp get-authentication-token
This commit is contained in:
David Botton 2023-10-03 09:02:51 -04:00 committed by GitHub
commit c5af3c01c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ for CLOG")
(setf token nil))
(unless token
(when auth-path
(url-assign (window body) auth-path)))
(url-assign (location body) auth-path)))
token))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;