Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Jan 23, 2024
1 parent 0b1c777 commit 84260b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteadmin/auth/handler_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func GetRedirectURLAllowed(ctx context.Context, redirectParam string, cfg *confi
logger.Debugf(ctx, "authorizing url: %s against authorized uri: %s", redirectURL.String(), authorizedURI.String())
return true
}
logger.Debugf(ctx, "not authorizing url: %s against authorized uri: %s", redirectURL.String(), authorizedURI.String())
}
logger.Debugf(ctx, "not authorizing url: %s", redirectURL.String())
return false
}

0 comments on commit 84260b2

Please sign in to comment.