Skip to content

Commit b3c5376

Browse files
committed
Append public key.
1 parent 4e45891 commit b3c5376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ControlR.Viewer/Components/Pages/Deploy.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
commonArgs.Append($" -i {Settings.ServerUri.Authority}");
111111
}
112112

113+
commonArgs.Append($" -a {AppState.PublicKeyBase64}");
114+
113115
return commonArgs.ToString();
114116
}
115117

0 commit comments

Comments
 (0)