mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-10 06:07:54 +02:00
Fix missing titles for new admin views
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
registerForm.post('/api/v1/users').then(response => {
|
||||
const user = response.data
|
||||
notify.success({ text: trans('admin.user_created') })
|
||||
router.push({ name: 'admin.users.manage', params: { userId: user.info.id } })
|
||||
router.push({ name: 'admin.manageUser', params: { userId: user.info.id } })
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user