fix: Fix cookie issue

This commit is contained in:
Wanjohi
2025-06-10 15:34:21 +03:00
parent 6eee40fcbe
commit 661d9d2e56
3 changed files with 16 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ export namespace SteamApi {
setCookie(c, "user_id", user.id);
const returnUrl = `${new URL(c.req.url).origin}/steam/callback/${userID}`
const returnUrl = `${new URL(Resource.Urls.api).origin}/steam/callback/${userID}`
const params = new URLSearchParams({
'openid.ns': 'http://specs.openid.net/auth/2.0',