Skip to content

Commit

Permalink
fix: disable error/any rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Jan 2, 2024
1 parent dd5c129 commit 1dc81a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export class W3mEmailLoginWidget extends LitElement {
} else if (action === 'VERIFY_DEVICE') {
RouterController.push('EmailVerifyDevice', { email: this.email })
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (error: any) {
if (error?.validation === 'email') {
this.error = 'Invalid email. Try again'
Expand Down

0 comments on commit 1dc81a6

Please sign in to comment.