Skip to content

Commit

Permalink
fix: listen to device verification after resending email (#2056)
Browse files Browse the repository at this point in the history
Co-authored-by: tomiir <rocchitomas@gmail.com>
  • Loading branch information
ignaciosantise and tomiir authored Mar 27, 2024
1 parent 37553fe commit c14add9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export class W3mEmailVerifyDeviceView extends LitElement {
}
this.loading = true
await this.emailConnector.provider.connectEmail({ email: this.email })
this.listenForDeviceApproval()
SnackController.showSuccess('Code email resent')
}
} catch (error) {
Expand Down

0 comments on commit c14add9

Please sign in to comment.