Skip to content

Commit

Permalink
Append public key.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Jul 30, 2024
1 parent 4e45891 commit b3c5376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ControlR.Viewer/Components/Pages/Deploy.razor
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
commonArgs.Append($" -i {Settings.ServerUri.Authority}");
}

commonArgs.Append($" -a {AppState.PublicKeyBase64}");

return commonArgs.ToString();
}

Expand Down

0 comments on commit b3c5376

Please sign in to comment.