我使用dotnet new mvc --auth Individual
(dotnet 2.1.301)生成了一个新的dotnet应用程序。然后,我想根据MS docs将QR码添加到2要素身份验证中,但是找不到任何这些文件,例如 Views \ Manage \ EnableAuthenticator.cshtml 。但是网页上有这些页面,在project.assests.json中,我可以看到这一行Templates/Identity/Pages/Account/Manage/Account.Manage.EnableAuthenticator.cshtml
。
但是如何将其添加到我的页面,以便我可以对其进行编辑并添加QR码?页面在哪里?我可以浏览到页面https://localhost:5001/Identity/Account/Manage/EnableAuthenticator,而不会遇到任何问题。