mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-30 02:11:35 +03:00
* Update authProvider.js This fixes https://github.com/navidrome/navidrome/issues/613 : clears the ServiceWorker cache on logout. Based on this code: https://developer.mozilla.org/en-US/docs/Web/API/CacheStorage/keys . Seems to work on macOS and iOS, but please test on other platforms. * Format code with `prettier` Co-authored-by: Deluan <deluan@navidrome.org>