Skip to content

Commit

Permalink
Fixed values of constants
Browse files Browse the repository at this point in the history
as in BrowserMessageBuilder.h
  • Loading branch information
a2kolbasov committed Dec 18, 2024
1 parent a277d6c commit 0319f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keepassxc-browser/content/keepassxc-browser.js
Original file line number Diff line number Diff line change
@@ -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 = {};
Expand Down

0 comments on commit 0319f71

Please sign in to comment.