Don't show an error notification when failing API requests on the initial page load of the login page
This commit is contained in:
parent
b75401edfb
commit
95488fd48d
|
@ -66,7 +66,8 @@
|
|||
await validateTenantId()
|
||||
}
|
||||
} catch (error) {
|
||||
notifications.error("Error initialising builder")
|
||||
// Don't show a notification here, as we might 403 initially due to not
|
||||
// being logged in
|
||||
}
|
||||
loaded = true
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue