Storybooks for commit c66289f4b7bae68573d711da1f09ae403ddfdac1

Date
2025-09-24T01:03:12.833Z
Summary
fix(sessions): Add env var for unverified session state + bandaid FE fix
Description
commit c66289f4b7bae68573d711da1f09ae403ddfdac1
Author: Lauren Zugai 
Date:   Tue Sep 23 16:07:55 2025 -0500

    fix(sessions): Add env var for unverified session state + bandaid FE fix
    
    Because:
    * Users in a non-Sync, non-2FA unverified session state are taken directly to Settings
    
    This commit:
    * Adds a new env var for testing to simulate an account/session in this state
    * Adds a bandaid fix for what auth-server is returning in this state around 'verified', which directly references the session verification state, until a better solution is implemented in a follow up
    * Adds our new auth strategy to the 'account/attached_client/destroy' endpoint
    
    closes FXA-12406