Skip to content

Commit

Permalink
Merge pull request #2416 from a2kolbasov/constants-fix
Browse files Browse the repository at this point in the history
Fixed values of constants
  • Loading branch information
varjolintu authored Dec 24, 2024
2 parents af18d84 + 0319f71 commit 494a30e
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 494a30e

Please sign in to comment.