Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
DilumAluthge and devmotion authored Aug 5, 2024
1 parent 3614b2e commit 7d2153b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/provider/ehr_launch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ function provider_ehr_launch_part_two(
let
error_msg = string(
"Something went wrong when authenticating to the EHR. ",
"One possible explanation is that your `redirect_uri` value (`$(redirect_uri)`) does not exactly ",
"One possible explanation is that your `redirect_uri` value (`",
redirect_uri,
"`) does not exactly ",
"match any of the `redirect_uri` values that are on file with the EHR.",
)
haskey(headers, "Location") || throw(ErrorException(error_msg))
Expand Down

0 comments on commit 7d2153b

Please sign in to comment.