diff --git a/frontend/js/auth-common.js b/frontend/js/auth-common.js index 3493f38..907b928 100644 --- a/frontend/js/auth-common.js +++ b/frontend/js/auth-common.js @@ -1,5 +1,5 @@ (function (global, document) { - "use strict" + "use strict"; // Redirect the user to the dashboard if there's a cookie. If the cookie is // invalid, they would be redirected back to the login page *after* the