New login page is on localhost/login no vue anymore.

This commit is contained in:
elweyn 2022-01-14 08:06:50 +01:00
parent b046f94744
commit bea99f6904

View File

@ -125,7 +125,7 @@ describe('apolloProvider', () => {
})
it('redirects to logout', () => {
expect(windowLocationMock).toBeCalledWith('http://localhost/vue/login')
expect(windowLocationMock).toBeCalledWith('http://localhost/login')
})
})