MCPcopy Create free account
hub / github.com/TruthHun/BookStack / AccountController

Struct AccountController

controllers/AcountController.go:24–26  ·  view source on GitHub ↗

AccountController 用户登录与注册.

Source from the content-addressed store, hash-verified

22
23// AccountController 用户登录与注册.
24type AccountController struct {
25 BaseController
26}
27
28var cpt *captcha.Captcha
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected