diff --git a/openmetadata-ui/src/main/resources/ui/src/authentication/auth-provider/AuthProvider.tsx b/openmetadata-ui/src/main/resources/ui/src/authentication/auth-provider/AuthProvider.tsx index afabe3016d6..7faf1b725c3 100644 --- a/openmetadata-ui/src/main/resources/ui/src/authentication/auth-provider/AuthProvider.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/authentication/auth-provider/AuthProvider.tsx @@ -422,7 +422,6 @@ export const AuthProvider = ({ const { status } = error.response; if (status === ClientErrors.UNAUTHORIZED) { storeRedirectPath(); - showErrorToast(error); resetUserDetails(true); } }