Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple Password Manager script has an error #1498

Open
davimarcilio opened this issue Jun 27, 2024 Discussed in #1262 · 1 comment
Open

A simple Password Manager script has an error #1498

davimarcilio opened this issue Jun 27, 2024 Discussed in #1262 · 1 comment

Comments

@davimarcilio
Copy link

if (choice === "ADD_NEW_PASSWORD") {
 await addNewPassword();
}

if (choice === "COPY_PASSWORD") {
 await listAndCopyPassword();
}

For this script to work you need to add an await in front of the functions

@JosXa
Copy link
Contributor

JosXa commented Jul 3, 2024

Are you referring to a specific script that's builtin, one you found somewhere, or what's the point of the issue? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants