public async Task <IActionResult> Setup([FromRoute] int userId) { await _userSetup.Setup(userId); return(Ok("Successfully registered and setup user")); }
public async Task <IActionResult> Setup([FromRoute] int userId) { await _userSetup.Setup(userId); return(RedirectToAction("Login")); }