mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 10:35:39 +00:00
added duration field to add_level
This commit is contained in:
@@ -188,6 +188,7 @@ pub async fn add_levels_util(
|
||||
|
||||
let add_level = AddLevels {
|
||||
levels: levels.clone(),
|
||||
duration: 30,
|
||||
};
|
||||
|
||||
// 1. add level
|
||||
|
||||
Reference in New Issue
Block a user