add comments

This commit is contained in:
catusax
2023-07-23 13:02:14 +08:00
committed by GitHub
parent 5018462559
commit e7652db89c
5 changed files with 13 additions and 5 deletions

View File

@@ -5,6 +5,6 @@ const (
AppCookieName = "cookie"
// AdminCookieName is the name of the cookie that is used to store the admin token
AdminCookieName = "authorizer-admin"
// MfaCookieName is the name of the cookie that is used to store the mfa session
MfaCookieName = "mfa"
)