Skip to content

Commit

Permalink
210: fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkram Weber committed Jan 2, 2025
1 parent 9690c09 commit ebb73b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class KeycloakClient {
await _setupRequest(
clientId, tabId, deviceId, deviceOs, devicePushId, keyAlgorithm, signatureAlgorithm, publicKey, key);
} on DioException catch (err) {
KeycloakExceptionType type;
if (err.type == DioExceptionType.badResponse) {
throw KeycloakClientException('', dioException: err);
}
Expand Down

0 comments on commit ebb73b8

Please sign in to comment.