mirror of
https://github.com/certd/certd.git
synced 2026-07-17 11:37:32 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -21,7 +21,7 @@ export class UserTwoFactorSettingController extends BaseController {
|
||||
twoFactorService: TwoFactorService;
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.mine;
|
||||
return AuditType.mine.value;
|
||||
}
|
||||
|
||||
@Post("/get", { description: Constants.per.authOnly, summary: "获取双因子认证设置" })
|
||||
|
||||
Reference in New Issue
Block a user