Skip to content

Commit

Permalink
import verification request
Browse files Browse the repository at this point in the history
  • Loading branch information
adic2023 committed Oct 2, 2023
1 parent 5754a79 commit b0aa3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/createAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { generateEmail } from '../util/emailTemplates';
import { addLdap, searchAsyncMultiple } from '../util/ldapUtils';
import { logger } from '../util/logging';
import { createPasswordResetRequest } from '../util/passwordReset';
import { verifyAccountRequest } from '../util/accountVerify'

export interface CreateAccountData {
username: string;
Expand Down

0 comments on commit b0aa3c6

Please sign in to comment.