fixed bug where password change would display the object type instead

main
Johannes Bülow 2023-01-06 21:12:58 +01:00
parent c07a6ac04e
commit 0225da19c2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function copyToClipboard() {
);
}
function updatePassword(password) {
function updatePassword(e: Event) {
globalPassword.set(password)
}