Fixed credential modal getting stuck behind localStorage
Posted by tomspark
v1.5.55 fixes a nasty interaction from v1.5.52 where the credential hint modal could get permanently dismissed without ever showing you your actual password. If you clicked OK on the broken modal (which showed nothing), a localStorage flag would prevent the fixed version from ever showing up again — so generated Jellyfin or Seerr passwords were invisible even after autoseed finished. I've fixed this two ways: the localStorage key now has a v2 suffix so the fixed modal appears at least once for everyone, and we only mark the hint as seen after the credentials are actually populated. This means even if autoseed is still running, clicking OK won't suppress the modal when real credentials arrive. If you generated Jellyfin or Seerr credentials in v1.5.52–v1.5.54 and never saw them, clicking the tile again will now show them. Head to the Updates tab in your dashboard to pull v1.5.55. If you hit any issues, post them here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.