1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Don't show an error notification when failing API requests on the initial page load of the login page

This commit is contained in:
Andrew Kingston 2022-01-24 19:15:28 +00:00
parent 41514260be
commit cb49659b47

View file

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