mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-08 21:44:32 +02:00
Add Vue PasswordField component with readability toggling
This commit is contained in:
2
resources/js/components/index.js
vendored
2
resources/js/components/index.js
vendored
@ -4,6 +4,7 @@ import Button from './Button'
|
||||
import FieldError from './FieldError'
|
||||
import FormWrapper from './FormWrapper'
|
||||
import FormField from './FormField'
|
||||
import FormPasswordField from './FormPasswordField'
|
||||
import FormSelect from './FormSelect'
|
||||
import FormSwitch from './FormSwitch'
|
||||
import FormToggle from './FormToggle'
|
||||
@ -20,6 +21,7 @@ import SettingTabs from './SettingTabs'
|
||||
FieldError,
|
||||
FormWrapper,
|
||||
FormField,
|
||||
FormPasswordField,
|
||||
FormSelect,
|
||||
FormSwitch,
|
||||
FormToggle,
|
||||
|
Reference in New Issue
Block a user