Compare commits

..

1 Commits

Author SHA1 Message Date
Jon "The Nice Guy" Spriggs
f8281c8057 Typo (#418)
Some checks failed
build and push / build_n_push (push) Has been cancelled
Protocol appears to include the : delimiter
2024-10-22 11:19:16 +02:00

View File

@@ -9,7 +9,7 @@ export const getNetBirdUpCommand = () => {
cmd += " --management-url " + GRPC_API_ORIGIN
}
if (!isNetBirdHosted()) {
let admin_url = window.location.protocol + "://" + window.location.hostname
let admin_url = window.location.protocol + "//" + window.location.hostname
if (window.location.port != "") {
admin_url += ":" + window.location.port
}