Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Fix complication error in Android bridge file (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta committed Sep 23, 2019
1 parent e31bf49 commit 05be754
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -49,6 +49,7 @@ public class OktaSdkBridgeModule extends ReactContextBaseJavaModule implements A
private final ReactApplicationContext reactContext;
private OIDCConfig config;
private WebAuthClient webClient;
private AuthClient authClient;

public OktaSdkBridgeModule(ReactApplicationContext reactContext) {
super(reactContext);
Expand Down

0 comments on commit 05be754

Please sign in to comment.