mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fixed values of constants
as in BrowserMessageBuilder.h
This commit is contained in:
parent
a277d6c8b9
commit
0319f719da
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