Function: resendCodeAPI()¶
resendCodeAPI(
username
,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)