diff --git a/admin/src/components/NavBar.spec.js b/admin/src/components/NavBar.spec.js
index 621ba0eb9..b084dd18b 100644
--- a/admin/src/components/NavBar.spec.js
+++ b/admin/src/components/NavBar.spec.js
@@ -63,7 +63,7 @@ describe('NavBar', () => {
})
it('redirects to /logout', () => {
- expect(windowLocationMock).toBeCalledWith('http://localhost/vue/login')
+ expect(windowLocationMock).toBeCalledWith('http://localhost/login')
})
it('dispatches logout to store', () => {
diff --git a/community_server/src/Template/Pages/js.ctp b/community_server/src/Template/Pages/js.ctp
index 60868adc4..dd1525dbe 100644
--- a/community_server/src/Template/Pages/js.ctp
+++ b/community_server/src/Template/Pages/js.ctp
@@ -37,5 +37,5 @@
-