mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 21:29:43 +02:00
Add visibility toggle of password input. Closes #2
This commit is contained in:
parent
a11f6260c0
commit
00c7f514ae
25 changed files with 111 additions and 92 deletions
3
client/src/lib/hooks/use-force-update.js
Normal file
3
client/src/lib/hooks/use-force-update.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import useToggle from './use-toggle';
|
||||
|
||||
export default () => useToggle()[1];
|
Loading…
Add table
Add a link
Reference in a new issue