Skip to content

Commit

Permalink
Fix URL replace
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH committed Jun 6, 2024
1 parent c391221 commit 23d7b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AasxServerBlazor/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
var userPW = "";
var urlEdcWrapper = "";
string replace = "";
if (AasxCredentials.get(cs.credentials, link, out queryPara, out userPW, out urlEdcWrapper, out replace))
if (AasxCredentials.get(cs.credentials, link, out queryPara, out userPW, out urlEdcWrapper, out replace, true))
{
if (replace != "")
link = replace;
Expand Down

0 comments on commit 23d7b69

Please sign in to comment.