login & registration settings refactoring

This commit is contained in:
Čarodej
2022-01-26 16:35:45 +01:00
parent e22ae97a87
commit 737fb7f32f
6 changed files with 416 additions and 222 deletions

View File

@@ -26,6 +26,10 @@
title: this.$t('admin_settings.tabs.others'),
route: 'AppOthers',
},
{
title: this.$t('Login & Registration'),
route: 'AppSignInUp',
},
{
title: this.$t('admin_settings.tabs.appearance'),
route: 'AppAppearance',