Minor bug fixes

This commit is contained in:
Scott Idem
2025-04-18 11:02:34 -04:00
parent 204f2ed988
commit 35b4079b90

View File

@@ -64,9 +64,9 @@ $effect(() => {
});
let new_password = '';
let confirm_password = '';
let is_changing_password = false;
let new_password = $state('');
let confirm_password = $state('');
let is_changing_password = $state(false);
let show_password_text = $state('password'); // password or text