用户增加OTP认证设置

This commit is contained in:
GoEdgeLab
2022-07-24 16:14:38 +08:00
parent e6667e8828
commit 870ce42a44
9 changed files with 222 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ func init() {
Post("/delete", new(DeleteAction)).
GetPost("/features", new(FeaturesAction)).
GetPost("/verifyPopup", new(VerifyPopupAction)).
Get("/otpQrcode", new(OtpQrcodeAction)).
// AccessKeys
Prefix("/users/accessKeys").