mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
AskPopupView.password default is to only ask passphrase
This commit is contained in:
parent
d198ad5a59
commit
24dbe4f197
3 changed files with 14 additions and 10 deletions
|
|
@ -5,7 +5,7 @@ export const Passphrases = new WeakMap();
|
|||
Passphrases.ask = async (key, sAskDesc, btnText) =>
|
||||
Passphrases.has(key)
|
||||
? {password:Passphrases.handle(key)/*, remember:false*/}
|
||||
: await AskPopupView.password(sAskDesc, btnText);
|
||||
: await AskPopupView.password(sAskDesc, btnText, 5);
|
||||
|
||||
const timeouts = {};
|
||||
// get/set accessor to control deletion after 15 minutes of inactivity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue