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
421421 customSenderKmsKey,
422422 deviceTracking,
423423 mfaSecondFactor,
424- advancedSecurityMode,
425424 keepOriginal,
426425 } ) ;
427- this . createUserCleanupJob ( userPool ) ;
426+
427+ const cfnUserPool = userPool . node . defaultChild as cognito . CfnUserPool ;
428+ cfnUserPool . addPropertyOverride ( 'UserPoolAddOns' , {
429+ AdvancedSecurityMode : advancedSecurityMode
430+ } ) ;
428431
429432 let oAuth : cognito . OAuthSettings | undefined ;
430433 let webDomain : cognito . UserPoolDomain | undefined ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 flutter :
3030 sdk : flutter
3131 meta : ^1.16.0
32- package_info_plus : ^8 .0.0
32+ package_info_plus : ^9 .0.0
3333 path_provider : ^2.0.11
3434
3535dev_dependencies :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
2323 intl : ^0.20.2
2424 meta : ^1.16.0
2525 # 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
2727 qr_flutter : 4.1.0
2828 smithy : " >=0.7.7 <0.8.0"
2929 stream_transform : ^2.1.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
3737 json_serializable : " >=6.9.4 <6.10.0"
3838 mime : ^2.0.0
3939 oauth2 : ^2.0.2
40- package_info_plus : ^8 .0.0
40+ package_info_plus : ^9 .0.0
4141 pigeon : ^25.5.0
4242 sqlite3 : ^2.7.6
4343 source_gen : ^2.0.0
You can’t perform that action at this time.
0 commit comments