mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Fix Maximum call stack size exceeded - Fixes #232 - reverts 969367e
This commit is contained in:
parent
04ac8f2818
commit
a2fe6c8cc1
2
resources/js/routes.js
vendored
2
resources/js/routes.js
vendored
@ -72,7 +72,7 @@ let isFirstLoad = true;
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
|
||||
document.title = to.meta.title = router.app.$options.i18n.t('titles.' + to.name)
|
||||
document.title = router.app.$options.i18n.t('titles.' + to.name)
|
||||
|
||||
if( to.name === 'accounts') {
|
||||
to.params.isFirstLoad = isFirstLoad ? true : false
|
||||
|
Loading…
x
Reference in New Issue
Block a user