0a91d840be
Replace v-if/v-else-if/v-else auth guard with v-if on LoginPage and v-show on the layout div. Firefox fails to dispatch clicks to children after a DOM node is inserted into a display:flex container; using v-show means the layout is always present (just display:none), so no node replacement ever occurs in .app-root. Move the forced AccountModal (mustChangePassword) inside the layout as a first child with v-if. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>