fixed bug where password change would display the object type instead
This commit is contained in:
parent
c07a6ac04e
commit
0225da19c2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function copyToClipboard() {
|
|||
);
|
||||
}
|
||||
|
||||
function updatePassword(password) {
|
||||
function updatePassword(e: Event) {
|
||||
globalPassword.set(password)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue