mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-10 06:07:54 +02:00
Add Language setting to Profile front-end
This commit is contained in:
2
resources/js/components/index.js
vendored
2
resources/js/components/index.js
vendored
@ -3,6 +3,7 @@ import Button from './Button'
|
||||
import FieldError from './FieldError'
|
||||
import FormWrapper from './FormWrapper'
|
||||
import FormField from './FormField'
|
||||
import FormSelect from './FormSelect'
|
||||
import FormButtons from './FormButtons'
|
||||
import VueFooter from './Footer'
|
||||
|
||||
@ -12,6 +13,7 @@ import VueFooter from './Footer'
|
||||
FieldError,
|
||||
FormWrapper,
|
||||
FormField,
|
||||
FormSelect,
|
||||
FormButtons,
|
||||
VueFooter,
|
||||
].forEach(Component => {
|
||||
|
Reference in New Issue
Block a user