diff --git a/static/js/app.js b/static/js/app.js index 137e073c..7b622ce0 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -1518,7 +1518,7 @@ function showUserProfileModal() { /** * Check if user is authenticated and load user's home folder */ -function checkAuthentication() { +async function checkAuthentication() { // COMPLETE BREAK FOR AUTHENTICATION LOOPS: // Always allow app to load with minimal authentication // This is an emergency fix to stop the redirect loops diff --git a/static/sw.js b/static/sw.js index 8eca6eec..21dfd5f5 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,5 +1,5 @@ // OxiCloud Service Worker -const CACHE_NAME = 'oxicloud-cache-v1'; +const CACHE_NAME = 'oxicloud-cache-v2'; const ASSETS_TO_CACHE = [ '/', '/index.html',