Spleling fix (#296)

This commit is contained in:
Sharif Nassar 2023-11-04 16:01:00 -07:00 committed by GitHub
parent 1920e25fac
commit 11386dbf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func CreateReconnectSource(c *gin.Context) {
logger.Infof("Parsed Create SourceCredential Credentials Payload: %v", sourceCred) logger.Infof("Parsed Create SourceCredential Credentials Payload: %v", sourceCred)
if sourceCred.DynamicClientRegistrationMode == "user-authenticated" { if sourceCred.DynamicClientRegistrationMode == "user-authenticated" {
logger.Warnf("This client requires a dynamice client registration, starting registration process") logger.Warnf("This client requires a dynamic client registration, starting registration process")
if len(sourceCred.RegistrationEndpoint) == 0 { if len(sourceCred.RegistrationEndpoint) == 0 {
logger.Errorln("Empty registration endpoint, cannot be used with dynamic-client registration mode:", sourceCred.DynamicClientRegistrationMode) logger.Errorln("Empty registration endpoint, cannot be used with dynamic-client registration mode:", sourceCred.DynamicClientRegistrationMode)