Skip to content

Commit

Permalink
Spleling fix (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwacky42 committed Nov 4, 2023
1 parent 1920e25 commit 11386db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/web/handler/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11386db

Please sign in to comment.