mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2416 from a2kolbasov/constants-fix
Fixed values of constants
This commit is contained in:
commit
494a30e469
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const PASSKEYS_NO_LOGINS_FOUND = 15;
|
||||
const PASSKEYS_WAIT_FOR_LIFETIMER = 21;
|
||||
const PASSKEYS_CREDENTIAL_IS_EXCLUDED = 30;
|
||||
const PASSKEYS_CREDENTIAL_IS_EXCLUDED = 21;
|
||||
const PASSKEYS_WAIT_FOR_LIFETIMER = 30;
|
||||
|
||||
// Contains already called method names
|
||||
const _called = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue