Skip to content

Commit

Permalink
Change topic to 'signup code'
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Sep 25, 2023
1 parent 02f7142 commit dd20c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/verify-ketl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class VerifyKetlController {
domain,
forKetl: true,
secret: secret.join(''),
subject: "Here's your token!",
subject: "Here's your signup code!",
to: email,
})
}
Expand All @@ -108,7 +108,7 @@ export default class VerifyKetlController {
domain,
forKetl: true,
secret: `${type}${attestationHash}${signature}`,
subject: "Here's your token!",
subject: "Here's signup code!",
to: email,
})
}
Expand Down

0 comments on commit dd20c71

Please sign in to comment.