We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21168d8 commit 8857061Copy full SHA for 8857061
aws-android-sdk-cognitoauth/src/main/java/com/amazonaws/mobileconnectors/cognitoauth/Auth.java
@@ -159,7 +159,6 @@ private Auth(final Context context,
159
this.signOutRedirectUri = signOutRedirectUri;
160
this.scopes = scopes;
161
this.user = new AuthClient(context, this);
162
- this.user = new AuthClient(context, this);
163
this.user.setUserHandler(userHandler);
164
this.userPoolId = userPoolId;
165
this.advancedSecurityDataCollectionFlag = advancedSecurityDataCollectionFlag;
0 commit comments