Storybooks for commit 0982fb77c394f8cbb133bf2236d2a294209bbbef

Date
2025-09-24T20:39:35.312Z
Summary
feat(auth, settings): Add MFA guard to 2FA setup from settings
Description
commit 0982fb77c394f8cbb133bf2236d2a294209bbbef
Author: Valerie Pomerleau 
Date:   Mon Sep 8 15:57:35 2025 -0700

    feat(auth, settings): Add MFA guard to 2FA setup from settings
    
    Because:
    
    * We want to guard the totp creation endpoints and flow
    
    This commit:
    
    * Add MFA authentication variants of the 2FA setup endpoints (existing endpoints conserved for inline flow)
    * Add MFA guard to 2FA setup from settings
    
    Closes #FXA-12229