Hide the login form if no api url is configured
This commit is contained in:
@ -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 New Issue
Block a user