✅ ASP.NET MVC and mapping correct views.
Im working on a project that's split in two: There's an API project built in ASP.NET WEB API - and the Frontend in ASP.NET MVC.
Im trying to make it so when you log in and the TwoFactorEnabled in the MS Identity database is set to True then you'd be taken to a View called "Verify2FA", "TwoFactorAuth"
There the User would be prompted to enter the 2FA code from their phones and clicking verify; If the Code is correct they get to move on to "Dashboard", "Admin"
1 Reply
The Code in question: https://paste.mod.gg/hzerrinfnayw/3
BlazeBin - hzerrinfnayw
A tool for sharing your source code with the world!