Skip to content

Commit

Permalink
Merge pull request #2409 from LibreSign/feature/disable-notification-…
Browse files Browse the repository at this point in the history
…when-click-on-next

Disable notification when click on next
  • Loading branch information
vitormattos authored Feb 29, 2024
2 parents 989ad68 + a8bdc3c commit e8e51b4
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 e8e51b4

Please sign in to comment.