Skip to content

Commit c6d6d6a

Browse files
authored
Merge pull request #52 from AiAe/main
Use partner API for login
2 parents 5b241a1 + 17e9be3 commit c6d6d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func authenticateSteamTicket(data *LoginData) error {
178178
"appid": strconv.Itoa(config.Instance.Steam.AppId),
179179
"ticket": strings.Replace(data.PTicket, "-", "", -1),
180180
}).
181-
Get("https://api.steampowered.com/ISteamUserAuth/AuthenticateUserTicket/v1/")
181+
Get("https://partner.steam-api.com/ISteamUserAuth/AuthenticateUserTicket/v1/")
182182

183183
if err != nil {
184184
return err

0 commit comments

Comments
 (0)