fixed bug where password change would display the object type instead
parent
c07a6ac04e
commit
0225da19c2
|
@ -18,7 +18,7 @@ function copyToClipboard() {
|
|||
);
|
||||
}
|
||||
|
||||
function updatePassword(password) {
|
||||
function updatePassword(e: Event) {
|
||||
globalPassword.set(password)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue