Skip to content

Commit 256d88d

Browse files
committed
fix build
1 parent a70da73 commit 256d88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ class SignInOut {
145145
this.loginHint,
146146
this.prompt,
147147
this.resource
148-
)
148+
);
149149

150150
String url = '';
151151
String callbackurlscheme = '';
152152
bool preferprivatesession = false;
153-
String? browserPackageName,
153+
String? browserPackageName;
154154
String? nonce;
155155
String? language;
156156
String? loginHint;

0 commit comments

Comments
 (0)