mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Test redirect to steam
This commit is contained in:
parent
c1174ad1ef
commit
729a0b6a59
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class LoginFragment extends Fragment
|
|||
|
||||
private final String OAUTH_CLIENT_ID = BuildConfig.OAUTH_CLIENT_ID;
|
||||
private final String OAUTH_REDIRECT_URI = BuildConfig.OAUTH_REDIRECT_URI;
|
||||
private final String OAUTH_AUTHORIZE_BASE_URL = "https://highfidelity.com/oauth/authorize";
|
||||
private final String OAUTH_AUTHORIZE_BASE_URL = "https://highfidelity.com/users/auth/steam";
|
||||
private static final int OAUTH_AUTORIZE_REQUEST = 1;
|
||||
|
||||
private EditText mUsername;
|
||||
|
|
Loading…
Reference in a new issue