Add click to reveal password (#624)

This commit is contained in:
Félix Malfait
2023-07-12 16:59:01 +02:00
committed by GitHub
parent daad2bab75
commit 1c3d68a537
3 changed files with 78 additions and 15 deletions

View File

@ -35,3 +35,5 @@ export { IconNotes } from '@tabler/icons-react';
export { IconCirclePlus } from '@tabler/icons-react';
export { IconCheckbox } from '@tabler/icons-react';
export { IconTimelineEvent } from '@tabler/icons-react';
export { IconEye } from '@tabler/icons-react';
export { IconEyeOff } from '@tabler/icons-react';