feat(daemon): wire TotpStore into AppState behind feature gate
This commit is contained in:
@@ -257,6 +257,8 @@ central_path = "{}"
|
||||
policy_dir,
|
||||
pending_dir: tmp.path().join("pending"),
|
||||
recovery_dir: tmp.path().join("recovery"),
|
||||
#[cfg(feature = "totp")]
|
||||
totp_dir: tmp.path().join("totp"),
|
||||
userdb_path: tmp.path().join("users.db"),
|
||||
pam_profile_path: tmp.path().join("authforge-pamconf"),
|
||||
pam_auth_update: shim,
|
||||
|
||||
Reference in New Issue
Block a user