feat(security): enable otp by default in quick setup
(cherry picked from commit 9319ba2521)
This commit is contained in:
parent
860e8b2442
commit
5ecea422c7
@ -4558,6 +4558,10 @@ 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