Skip to content

Commit

Permalink
fix: remove [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 31, 2022
1 parent ce2006e commit 8d319fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access-api/src/service/identity-register.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function identityRegisterProvider(ctx) {
})

ctx.email.send({
to: '[email protected],[email protected],[email protected]',
to: '[email protected],[email protected]',
subject: 'New w3account Created',
textBody: `New account registered for ${
capability.caveats.as
Expand Down

0 comments on commit 8d319fe

Please sign in to comment.