Skip to content

Commit

Permalink
login hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
codelastnight committed Aug 27, 2024
1 parent f48c739 commit 03d5bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const Login = (props: IProps) => {
type='submit'
disabled={
loginQuery.isLoading ||
!!errors.loginPassword ||
!!errors.loginUsername
!values.loginPassword ||
!values.loginUsername
}
>
{loginQuery.isLoading && (
Expand Down

0 comments on commit 03d5bd3

Please sign in to comment.