Spleling fix (#296)
This commit is contained in:
parent
1920e25fac
commit
11386dbf00
|
@ -29,7 +29,7 @@ func CreateReconnectSource(c *gin.Context) {
|
|||
logger.Infof("Parsed Create SourceCredential Credentials Payload: %v", sourceCred)
|
||||
|
||||
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 {
|
||||
logger.Errorln("Empty registration endpoint, cannot be used with dynamic-client registration mode:", sourceCred.DynamicClientRegistrationMode)
|
||||
|
|
Loading…
Reference in New Issue