♻️ Rebuilt the otp system with cache

This commit is contained in:
2025-03-29 13:22:39 +08:00
parent a4c6e9a905
commit e1d7b4e20b
2 changed files with 20 additions and 32 deletions

View File

@ -26,7 +26,7 @@ var (
)
const (
FactorOtpPrefix = "otp."
FactorOtpPrefix = "auth-otp"
)
func InitializeToNexus() error {