mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(frontend): disable broken service-worker
Login breaks because the SW somehow captures the navigation to `/api/v1/auth/spotify` and instead shows the react app.
This commit is contained in:
parent
2b68c9e459
commit
7ad4b1e52c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ ReactDOM.render(
|
|||
document.getElementById("root")
|
||||
);
|
||||
|
||||
serviceWorker.register();
|
||||
serviceWorker.unregister();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue