Skip to content

Fix auth gate overlay never hiding after a passed challenge - #4

Merged
Roy101 merged 1 commit into
mainfrom
fix-auth-gate-overlay
Jul 28, 2026
Merged

Roy101 merged 1 commit into
mainfrom
fix-auth-gate-overlay

Conversation

@Roy101

@Roy101 Roy101 commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

The .auth-gate rule set display:flex unconditionally, which overrode the [hidden] attribute the JS toggles - so hideGate() set hidden=true but the overlay stayed on top of the (already booted, already authenticated) app. Add .auth-gate[hidden] { display: none } so the attribute wins.

The .auth-gate rule set display:flex unconditionally, which overrode the
[hidden] attribute the JS toggles - so hideGate() set hidden=true but the
overlay stayed on top of the (already booted, already authenticated) app.
Add .auth-gate[hidden] { display: none } so the attribute wins.
@Roy101
Roy101 merged commit 9bf629e into main Jul 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant