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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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)
}
})
},