public async Task <ActionResult> Auth(string code) { var confirm = await discordLogic.LoginAsync(code); return(View(confirm)); }