mirror of
https://github.com/penpot/penpot.git
synced 2025-07-08 08:27:18 +02: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
|
:include_granted_scopes true
|
||||||
:state token
|
:state token
|
||||||
:response_type "code"
|
:response_type "code"
|
||||||
:redirect_uri (build-redirect-url)
|
:redirect_uri (build-redirect-url cfg)
|
||||||
:client_id (:client-id cfg)}
|
:client_id (:client-id cfg)}
|
||||||
query (uri/map->query-string params)
|
query (uri/map->query-string params)
|
||||||
uri (-> (uri/uri base-goauth-uri)
|
uri (-> (uri/uri base-goauth-uri)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue