Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Renatavl committed Nov 20, 2024
1 parent 6f599f7 commit 40dd6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vi.mock('~/hooks/use-confirm', () => {
}
})

const errors = { email: false, password: false, rememberMe: false }
const errors = { email: '', password: '', rememberMe: '' }
const data = {
email: '[email protected]',
password: 'passTest1',
Expand Down

0 comments on commit 40dd6aa

Please sign in to comment.