The Skip button awaited saveConfigToServer() which fails with 403 when TOTP is required, preventing the wizard from dismissing. Fix: hide wizard FIRST (localStorage-only), then fire server save as fire-and-forget with .catch().
The Skip button awaited saveConfigToServer() which fails with 403 when TOTP is required, preventing the wizard from dismissing. Fix: hide wizard FIRST (localStorage-only), then fire server save as fire-and-forget with .catch().