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:
Julian Tölle 2020-05-14 12:16:11 +02:00
parent 2b68c9e459
commit 7ad4b1e52c

View file

@ -16,4 +16,4 @@ ReactDOM.render(
document.getElementById("root")
);
serviceWorker.register();
serviceWorker.unregister();