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