Hide the login form if no api url is configured
This commit is contained in:
parent
fa5b1807c7
commit
8d04bdc4f0
2 changed files with 6 additions and 3 deletions
|
|
@ -189,6 +189,7 @@ export default {
|
|||
localStorage.setItem('API_URL', window.API_URL)
|
||||
this.configureApi = false
|
||||
this.apiUrl = window.API_URL
|
||||
this.$emit('foundApi', this.apiUrl)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue