mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
fix: Fix cookie issue
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user