Skip to content

Commit

Permalink
fixed path url for uas
Browse files Browse the repository at this point in the history
  • Loading branch information
sahkal committed Dec 18, 2024
1 parent 3c2e034 commit 60a60e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl
connectors: &Connectors,
) -> CustomResult<String, errors::ConnectorError> {
Ok(format!(
"{}pre_authetication_processing",
"{}pre_authentication_processing",
self.base_url(connectors)
))
}
Expand Down

0 comments on commit 60a60e1

Please sign in to comment.