Minor bug fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user