Storybooks for commit 547b199a0aa6a916ca2ec2871446f37c94e60f28

Date
2025-08-21T22:38:10.447Z
Summary
fix(settings): correct unverified session and 2FA routing
Description
commit 547b199a0aa6a916ca2ec2871446f37c94e60f28
Author: Valerie Pomerleau 
Date:   Wed Aug 20 15:24:24 2025 -0700

    fix(settings): correct unverified session and 2FA routing
    
    Because:
    
    * Forced 2FA OAuth flows without existing TOTP were incorrectly routed to TOTP code
    * Unverified sessions should complete email verification before 2FA setup
    
    This commit:
    
    * Revise navigation targets for unverified session
    * Update tests to match
    
    Closes #FXA-12285