Add a double action policy

This commit is contained in:
Mubelotix
2025-07-17 08:10:35 +02:00
parent fc8b6e0f9f
commit f349ba53a0
3 changed files with 22 additions and 2 deletions

View File

@ -3,6 +3,7 @@ pub mod error;
mod store;
use std::collections::{HashMap, HashSet};
use std::ops::BitAnd;
use error::{AuthControllerError, Result};
use maplit::hashset;