Skip to content

Commit

Permalink
fix: login with incorrect credentials stuck in endless loop
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Jan 9, 2024
1 parent 8fecc1e commit c68d0f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/plugins/remote/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class RemotePluginAuth {
}

useSnackbar(errorMessage, 'error');
throw error;
}
}
}
Expand Down

0 comments on commit c68d0f1

Please sign in to comment.