fix(config): remove duplicate default_otp_challenge_max_attempts function (#4097)

PR #3921 accidentally introduced a duplicate definition of
default_otp_challenge_max_attempts() in config/schema.rs, causing
compilation to fail on master (E0428: name defined multiple times).
This commit is contained in:
Argenis 2026-03-20 18:49:15 -04:00 committed by Roman Tataurov
parent 853df8c9c8
commit 3f7463ae6d
No known key found for this signature in database
GPG Key ID: 70A51EF3185C334B

View File

@ -5491,10 +5491,6 @@ fn default_otp_gated_actions() -> Vec<String> {
]
}
fn default_otp_challenge_max_attempts() -> u32 {
3
}
impl Default for OtpConfig {
fn default() -> Self {
Self {