Fix broken template.

This commit is contained in:
Nolan Darilek 2017-04-19 11:25:49 -05:00
parent f17cf387e4
commit 04aadca476
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""
}, },