diff --git a/chrome-extension/js/service-worker.js b/chrome-extension/js/service-worker.js index 23d2db2..9e20cb1 100644 --- a/chrome-extension/js/service-worker.js +++ b/chrome-extension/js/service-worker.js @@ -35,9 +35,6 @@ function getAuthToken(interactive) { // Function to ensure authentication async function ensureAuthenticated() { - if (authToken) { - return authToken; - } try { // First, try to get the token non-interactively try {