1
0

Hide the login form if no api url is configured

This commit is contained in:
kolaente
2021-04-21 09:44:40 +02:00
parent fa5b1807c7
commit 8d04bdc4f0
2 changed files with 6 additions and 3 deletions

View File

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