@aarc-dev/auth-sdk
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -1691,3 +1691,3 @@ var Ge = Object.defineProperty; | ||
const o = this.config.stytchUrls[this.env], i = this.config.publicToken[this.env]; | ||
return `${o}/v1/public/oauth/${t}/start?public_token=${i}&login_redirect_url=${s}/?state=${r}&signup_redirect_url=${s}/?state=${r}`; | ||
return `${o}/v1/public/oauth/${t}/start?public_token=${i}&login_redirect_url=${s}?state=${r}&signup_redirect_url=${s}?state=${r}`; | ||
} catch (r) { | ||
@@ -1694,0 +1694,0 @@ throw console.error("Error during authentication:", r), r; |
{ | ||
"name": "@aarc-dev/auth-sdk", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "scripts": { |
56736