We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fcada commit f8281c8Copy full SHA for f8281c8
src/utils/netbird.ts
@@ -9,7 +9,7 @@ export const getNetBirdUpCommand = () => {
9
cmd += " --management-url " + GRPC_API_ORIGIN
10
}
11
if (!isNetBirdHosted()) {
12
- let admin_url = window.location.protocol + "://" + window.location.hostname
+ let admin_url = window.location.protocol + "//" + window.location.hostname
13
if (window.location.port != "") {
14
admin_url += ":" + window.location.port
15
0 commit comments