Skip to content

Commit

Permalink
chore(auth): TOTP feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Jul 7, 2023
1 parent 74401d9 commit c19fd2e
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 469 deletions.
4 changes: 2 additions & 2 deletions packages/amplify_core/lib/src/types/auth/auth_types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export 'auth_next_step.dart';
/// Hub
export 'hub/auth_hub_event.dart';
export 'mfa/mfa_preference.dart';
export 'mfa/totp_setup_details.dart';
export 'mfa/totp_setup_options.dart';

/// MFA
export 'mfa/totp_setup_details.dart';
export 'mfa/totp_setup_options.dart';
export 'mfa/user_mfa_preference.dart';
export 'mfa/verify_totp_setup_options.dart';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import 'get_current_user_test.dart' as get_current_user_tests;
import 'hosted_ui_webview_test.dart' as hosted_ui_webview_tests;
import 'hub_events_test.dart' as hub_events_tests;
import 'mfa_sms_test.dart' as mfa_sms_tests;
import 'mfa_sms_totp_test.dart' as mfa_sms_totp_tests;
import 'mfa_totp_test.dart' as mfa_totp_tests;
import 'mfa_sms_totp_optional_test.dart' as mfa_sms_totp_tests;
import 'mfa_totp_optional_test.dart' as mfa_totp_tests;
import 'native_auth_bridge_test.dart' as native_auth_bridge_tests;
import 'reset_password_test.dart' as reset_password_tests;
import 'security_test.dart' as security_tests;
Expand Down
Loading

0 comments on commit c19fd2e

Please sign in to comment.