mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 12:09:24 +00:00
🐛 Fix wrong params on google auth functions.
This commit is contained in:
parent
afabd179fb
commit
ff7330048b
@ -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…
x
Reference in New Issue
Block a user