updated api-call error-handling

This commit is contained in:
2022-02-03 12:26:18 +01:00
parent c5d64fd196
commit 28d31a865c
8 changed files with 210 additions and 394 deletions

View File

@@ -122,7 +122,7 @@ export default {
if (store.state.id64 !== '' || store.state.vanityUrl !== '') {
const resData = await GetUser(store, store.state.vanityUrl || store.state.id64)
if (resData) {
if (resData !== null) {
data.searchInput = ''
document.activeElement.blur()