Skip to content

Commit f8281c8

Browse files
Typo (#418)
Protocol appears to include the : delimiter
1 parent c1fcada commit f8281c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/netbird.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const getNetBirdUpCommand = () => {
99
cmd += " --management-url " + GRPC_API_ORIGIN
1010
}
1111
if (!isNetBirdHosted()) {
12-
let admin_url = window.location.protocol + "://" + window.location.hostname
12+
let admin_url = window.location.protocol + "//" + window.location.hostname
1313
if (window.location.port != "") {
1414
admin_url += ":" + window.location.port
1515
}

0 commit comments

Comments
 (0)