chore: gofmt

This commit is contained in:
song
2026-02-03 17:03:54 +08:00
parent 976d6fb03f
commit 0707f3d963
2 changed files with 4 additions and 3 deletions

View File

@@ -299,6 +299,7 @@ func (s *SettingService) IsInvitationCodeEnabled(ctx context.Context) bool {
} }
return value == "true" return value == "true"
} }
// IsPasswordResetEnabled 检查是否启用密码重置功能 // IsPasswordResetEnabled 检查是否启用密码重置功能
// 要求:必须同时开启邮件验证 // 要求:必须同时开启邮件验证
func (s *SettingService) IsPasswordResetEnabled(ctx context.Context) bool { func (s *SettingService) IsPasswordResetEnabled(ctx context.Context) bool {