Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 22, 2024
1 parent e6d7d89 commit f3cd5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/toolbar/toolbarConfigLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export async function toolbarFetch(
})
if (response.status === 403) {
const responseData = await response.json()
// Do not try to authenticate if the user has no project access altogether
if (responseData.detail === "You don't have access to the project.") {
toolbarConfigLogic.actions.authenticate()
}
Expand Down

0 comments on commit f3cd5ba

Please sign in to comment.