-
released this
2026-06-15 07:00:04 +00:00 | 0 commits to main since this releaseFixed
- AWS auth panel stuck on "checking…" when the session is expired.
The dashboard only handled two states — authenticated andawsmfa
errored — so an expired session (whereawsmfareports
"Not authenticated." with no error) fell through to the loading
spinner and looked like it had hung. The panel now distinguishes
"not yet checked" from "checked, not authenticated" and shows
✗ re-auth needed for any non-authed result.
Upgrade
go install git.abrell.se/victor/mydev@latestor from a clone:
git pull && go build -o mydev . && sudo mv mydev /usr/local/bin/Note: a stale binary will not pick up this fix — make sure you rebuild/reinstall.
Downloads
- AWS auth panel stuck on "checking…" when the session is expired.