Skip to content

Commit 4725074

Browse files
committed
chore: add email mfa to test_runner
1 parent 5586c16 commit 4725074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/test/amplify_auth_integration_test/lib/src/test_runner.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class MfaInfo {
145145
this.required = false,
146146
this.smsEnabled = false,
147147
this.totpEnabled = false,
148+
this.emailEnabled = false,
148149
});
149150

150151
/// Whether MFA is required (`true`) or optional (`false`).
@@ -155,6 +156,9 @@ class MfaInfo {
155156

156157
/// Whether TOTP MFA is available.
157158
final bool totpEnabled;
159+
160+
/// Whether email MFA is available.
161+
final bool emailEnabled;
158162
}
159163

160164
/// A test environment descriptor.

0 commit comments

Comments
 (0)