Cherry-picked Advanced Settings dialog
- Switched raw strings to string resources - Removed unused fields / views from LoginActivity - Reset 'Check Version' button text when changing SSL settings - Fixed formatting
This commit is contained in:
@@ -28,8 +28,7 @@ public class ClientFactory {
|
||||
return client;
|
||||
}
|
||||
|
||||
public static ApiClient clientToken(
|
||||
String baseUrl, SSLSettings sslSettings, String token) {
|
||||
public static ApiClient clientToken(String baseUrl, SSLSettings sslSettings, String token) {
|
||||
ApiClient client = unauthorized(baseUrl, sslSettings);
|
||||
ApiKeyAuth tokenAuth = (ApiKeyAuth) client.getAuthentication("clientTokenHeader");
|
||||
tokenAuth.setApiKey(token);
|
||||
|
||||
Reference in New Issue
Block a user