Skip to content

Commit

Permalink
Disable notification when click on next
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Feb 29, 2024
1 parent 989ad68 commit a8bdc3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Request/RequestSignature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export default {
identify: {},
}
signer.identifyMethods.forEach(method => {
user.notify = false
if (method.method === 'account') {
user.identify.account = method?.value?.id ?? method?.value ?? signer.uid
} else if (method.method === 'email') {
Expand Down

0 comments on commit a8bdc3c

Please sign in to comment.