0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

📎 Add provider to validate uri

This commit is contained in:
AzazelN28 2024-04-22 12:11:07 +02:00
parent 57346ab685
commit 17fb5283cc

View file

@ -540,6 +540,7 @@
token (tokens/generate (::setup/props cfg) info)
params (d/without-nils
{:token token
:provider (:provider (:path-params request))
:fullname (:fullname info)})
uri (-> (u/uri (cf/get :public-uri))
(assoc :path "/#/auth/register/validate")