Added transient property to copied password
This commit is contained in:
parent
1f756b1022
commit
74a60282a5
@ -3,7 +3,7 @@ import { randomInt } from "crypto";
|
||||
|
||||
export default async function Command() {
|
||||
const pass = generate();
|
||||
await Clipboard.copy(pass);
|
||||
await Clipboard.copy(pass, { transient: true });
|
||||
|
||||
await showHUD("Password copied to clipboard");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user