Example #1
0
        public IActionResult MFAgo(Authenticate MFA)
        {
            MFA.Acceptto();

            return(RedirectToAction("Index", "Home"));
        }