修改MFA 接口
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-06-14 10:38:58 +08:00
parent ae913d8213
commit 6207fb5006
4 changed files with 15 additions and 7 deletions
@@ -90,6 +90,13 @@
EnrollOrPD_EMailCopy=5,
}
public enum UserMFAType
{
Login=0,
Unlock=1,
}
}