mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
delete access token log
This commit is contained in:
parent
43b2a86224
commit
a01b00b3d8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class EndpointUsersProvider implements UsersProvider {
|
|||
return chain.proceed(request);
|
||||
}
|
||||
});
|
||||
Log.d("[USERZ]", "Authorization: Bearer " + accessToken);// CLD DELETE THIS LINE!
|
||||
|
||||
OkHttpClient client = httpClient.build();
|
||||
|
||||
mRetrofit = new Retrofit.Builder()
|
||||
|
|
Loading…
Reference in a new issue