vite-project v0.0.0


Function: resendCodeAPI()

resendCodeAPI(username, email): Promise<undefined | boolean>

Defined in: src/services/AuthService.tsx:172

Resend the verification code to a user.

Parameters

username

string

Username

email

string

Registered email address

Returns

Promise<undefined | boolean>

  • On success: true

  • On failure: undefined (and logs error)