Skip to content

Commit

Permalink
Fix failing React pipeline test (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaankabalak authored Jun 14, 2023
1 parent b89aad9 commit 017d883
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web-app/src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,6 @@ const Login = () => {

const isK8S = useSelector((state: AppState) => state.login.isK8S);

const isOperator =
loginStrategy.loginStrategy === loginStrategyType.serviceAccount ||
loginStrategy.loginStrategy === loginStrategyType.redirectServiceAccount;

useEffect(() => {
if (navigateTo !== "") {
dispatch(resetForm());
Expand Down

0 comments on commit 017d883

Please sign in to comment.