fix(config): remove duplicate default_otp_enabled definition
Resolves compile error E0428 reported in #2038.
This commit is contained in:
parent
93f052778f
commit
e356c42b4f
@ -4558,10 +4558,6 @@ fn default_otp_enabled() -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn default_otp_enabled() -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn default_otp_token_ttl_secs() -> u64 {
|
||||
30
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user