Fix broken template.
This commit is contained in:
parent
f17cf387e4
commit
04aadca476
|
@ -63,7 +63,7 @@
|
||||||
computed: {
|
computed: {
|
||||||
gitHost: () => {
|
gitHost: () => {
|
||||||
if(process.BROWSER_BUILD)
|
if(process.BROWSER_BUILD)
|
||||||
return window.location.protocol+"//git@$API_HOST"
|
return window.location.protocol+"//git:$API_TOKEN@$API_HOST"
|
||||||
else
|
else
|
||||||
return ""
|
return ""
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue