mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected two urls
This commit is contained in:
parent
4be6ca83dc
commit
d387ae9592
@ -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', () => {
|
||||
|
||||
@ -37,5 +37,5 @@
|
||||
</div>
|
||||
<!-- built files will be auto injected -->
|
||||
<script type="text/javascript">csfr = "<?= $this->request->getParam('_csrfToken') ?>";</script>
|
||||
<script type="text/javascript" src="/vue/app.js"></script></body>
|
||||
<script type="text/javascript" src="/app.js"></script></body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user