fix: correct spelling mistake in the subject of user creation email
This commit is contained in:
@@ -57,7 +57,7 @@ export async function createUser(
|
|||||||
|
|
||||||
const sent = await sendMail(
|
const sent = await sendMail(
|
||||||
input.email,
|
input.email,
|
||||||
"You have been invited to Quicker Permtis.",
|
"You have been invited to Quicker Permits.",
|
||||||
`Click <a href="${
|
`Click <a href="${
|
||||||
process.env.SERVER_DOMAIN +
|
process.env.SERVER_DOMAIN +
|
||||||
"/auth/webauthn/register?token=" +
|
"/auth/webauthn/register?token=" +
|
||||||
|
|||||||
Reference in New Issue
Block a user