bug fix
This commit is contained in:
@@ -22,7 +22,7 @@ export async function createUser(input: CreateUserInput, tenantId: string) {
|
||||
input.email,
|
||||
"You have been invited to Quicker Permtis.",
|
||||
`Click <a href="${
|
||||
process.env.SERVER_DOMAIN + "/auth/webauthn/regiester?token=" + token
|
||||
process.env.SERVER_DOMAIN + "/auth/webauthn/register?token=" + token
|
||||
}">here</a> to register.`
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user