mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
🐛 Fix wrong params on google auth functions.
This commit is contained in:
parent
afabd179fb
commit
ff7330048b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
:include_granted_scopes true
|
||||
:state token
|
||||
:response_type "code"
|
||||
:redirect_uri (build-redirect-url)
|
||||
:redirect_uri (build-redirect-url cfg)
|
||||
:client_id (:client-id cfg)}
|
||||
query (uri/map->query-string params)
|
||||
uri (-> (uri/uri base-goauth-uri)
|
||||
|
|
Loading…
Reference in a new issue