|
|
@ -34,7 +34,6 @@ public class SteamSignIn { |
|
|
|
private final Pattern validAuth = Pattern.compile("is_valid:true"); |
|
|
|
private final Pattern Check64ID = Pattern.compile("https://steamcommunity.com/openid/id/(\\d+)"); |
|
|
|
|
|
|
|
@Autowired |
|
|
|
public void SteamSignIn(){ |
|
|
|
this.restTemplate = new RestTemplate(); |
|
|
|
|
|
|
|