mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
fix: 修复ipv6作为证书域名申请证书校验失败的bug
This commit is contained in:
@@ -134,12 +134,9 @@ export class SysEmailConf extends BaseSettings {
|
||||
|
||||
templates:{
|
||||
registerCode?: EmailTemplate,
|
||||
forgotPasswordCode?: EmailTemplate,
|
||||
certSuccessNotify?: EmailTemplate,
|
||||
certSend?: EmailTemplate,
|
||||
pipelineNotify?: EmailTemplate,
|
||||
test?: EmailTemplate,
|
||||
siteMonitorNotify?: EmailTemplate,
|
||||
forgotPassword?: EmailTemplate,
|
||||
pipelineResult?: EmailTemplate,
|
||||
common?: EmailTemplate,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user