File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
analytics/amplify_analytics_pinpoint
authenticator/amplify_authenticator Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -421,10 +421,13 @@ class AuthIntegrationTestStackEnvironment extends IntegrationTestStackEnvironmen
421
421
customSenderKmsKey,
422
422
deviceTracking,
423
423
mfaSecondFactor,
424
- advancedSecurityMode,
425
424
keepOriginal,
426
425
} ) ;
427
- this . createUserCleanupJob ( userPool ) ;
426
+
427
+ const cfnUserPool = userPool . node . defaultChild as cognito . CfnUserPool ;
428
+ cfnUserPool . addPropertyOverride ( 'UserPoolAddOns' , {
429
+ AdvancedSecurityMode : advancedSecurityMode
430
+ } ) ;
428
431
429
432
let oAuth : cognito . OAuthSettings | undefined ;
430
433
let webDomain : cognito . UserPoolDomain | undefined ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
flutter :
30
30
sdk : flutter
31
31
meta : ^1.16.0
32
- package_info_plus : ^8 .0.0
32
+ package_info_plus : ^9 .0.0
33
33
path_provider : ^2.0.11
34
34
35
35
dev_dependencies :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
23
23
intl : ^0.20.2
24
24
meta : ^1.16.0
25
25
# TODO(equartey): Remove this once we have our own method of getting the app name
26
- package_info_plus : ^8 .0.0
26
+ package_info_plus : ^9 .0.0
27
27
qr_flutter : 4.1.0
28
28
smithy : " >=0.7.7 <0.8.0"
29
29
stream_transform : ^2.1.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
json_serializable : " >=6.9.4 <6.10.0"
38
38
mime : ^2.0.0
39
39
oauth2 : ^2.0.2
40
- package_info_plus : ^8 .0.0
40
+ package_info_plus : ^9 .0.0
41
41
pigeon : ^25.5.0
42
42
sqlite3 : ^2.7.6
43
43
source_gen : ^2.0.0
You can’t perform that action at this time.
0 commit comments