Storybooks for commit 44f646ee89dbb23d017841f654db8f7dc216bcdf

Date
2025-09-24T22:22:16.863Z
Summary
fix(sessions): Add env var for unverified session state + bandaid FE fix
Description
commit 44f646ee89dbb23d017841f654db8f7dc216bcdf
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