mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
📎 Add provider to validate uri
This commit is contained in:
parent
57346ab685
commit
17fb5283cc
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@
|
||||||
token (tokens/generate (::setup/props cfg) info)
|
token (tokens/generate (::setup/props cfg) info)
|
||||||
params (d/without-nils
|
params (d/without-nils
|
||||||
{:token token
|
{:token token
|
||||||
|
:provider (:provider (:path-params request))
|
||||||
:fullname (:fullname info)})
|
:fullname (:fullname info)})
|
||||||
uri (-> (u/uri (cf/get :public-uri))
|
uri (-> (u/uri (cf/get :public-uri))
|
||||||
(assoc :path "/#/auth/register/validate")
|
(assoc :path "/#/auth/register/validate")
|
||||||
|
|
Loading…
Add table
Reference in a new issue