Browse Source

Merge 3b3316d2dd into a2ad1dc7c3

pull/6263/merge
Timshel 2 days ago
committed by GitHub
parent
commit
1c5792ddab
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/sso.rs

2
src/sso.rs

@ -19,7 +19,7 @@ use crate::{
CONFIG,
};
pub static FAKE_IDENTIFIER: &str = "Vaultwarden";
pub static FAKE_IDENTIFIER: &str = "VW_DUMMY_IDENTIFIER_FOR_OIDC";
static AC_CACHE: Lazy<Cache<OIDCState, AuthenticatedUser>> =
Lazy::new(|| Cache::builder().max_capacity(1000).time_to_live(Duration::from_secs(10 * 60)).build());

Loading…
Cancel
Save