mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
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…
Reference in New Issue
Block a user