Skip to content

Not redirected to Backup Codes after enabling WebAuthn #253

@iandunn

Description

@iandunn
  1. Wipe out all settings/providers so you start fresh
  2. Enable TOTP. You're redirected to Backup Codes
  3. Wipe out all settings/providers so you start fresh
  4. Enable WebAuthn. You're not redirected to Backup Codes

For consistency, I think we should add something like this to WebAuthn

const afterTimeout = useCallback( () => {
setSuccess( false );
navigateToScreen( 'backup-codes' );
}, [ navigateToScreen ] );

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions