Fixed early renew day not passed into auto renewer config bug
This commit is contained in:
Toby Chui
2024-09-26 22:57:49 +08:00
parent 5c56da1180
commit cab2f4e63a
14 changed files with 143186 additions and 22426 deletions

View File

@@ -129,7 +129,6 @@ func startupSequence() {
}
//Create an SSO handler
sysdb.NewTable("sso_conf")
ssoHandler, err = sso.NewSSOHandler(&sso.SSOConfig{
SystemUUID: nodeUUID,
PortalServerPort: 5488,