Change magic_link_ttl old name to auth_code_ttl
All checks were successful
Build Backend (NixCN CMS) TeamCity build finished
Build Frontend (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-02 16:37:30 +08:00
parent d70ade4907
commit 0b710fd538
4 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ type secrets struct {
}
type ttl struct {
MagicLinkTTL string `yaml:"magic_link_ttl"`
AuthCodeTTL string `yaml:"auth_code_ttl"`
AccessTTL string `yaml:"access_ttl"`
RefreshTTL string `yaml:"refresh_ttl"`
CheckinCodeTTL string `yaml:"checkin_code_ttl"`