ConfirmEmailModel.OnGetAsync Method
Parameters
- userId
- string
The userId of the user to confirm.
- code
- string
The code used to confirm the user.
Return Value
Task<IActionResult>The page with a status message indicating the result of the confirmation.