mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Merge pull request #299 from free-kingdom/main-1
fix clog-auth.lisp get-authentication-token
This commit is contained in:
commit
c5af3c01c2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ for CLOG")
|
||||||
(setf token nil))
|
(setf token nil))
|
||||||
(unless token
|
(unless token
|
||||||
(when auth-path
|
(when auth-path
|
||||||
(url-assign (window body) auth-path)))
|
(url-assign (location body) auth-path)))
|
||||||
token))
|
token))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue