From a73fb5161fbdbee1d2e8474205e9840a134ee2ad Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 11 Oct 2017 21:33:55 -0500 Subject: [PATCH] Fix incorrect file name in QR Code doc --- aspnetcore/security/authentication/identity-enable-qrcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/identity-enable-qrcodes.md b/aspnetcore/security/authentication/identity-enable-qrcodes.md index ebaeb02d5a..60378798cc 100644 --- a/aspnetcore/security/authentication/identity-enable-qrcodes.md +++ b/aspnetcore/security/authentication/identity-enable-qrcodes.md @@ -58,7 +58,7 @@ Run your app and ensure that you can scan the QR code and validate the code the ## Change the site name in the QR Code -The site name in the QR Code is taken from the project name you choose when initially creating your project. You can change it by looking for the `GenerateQrCodeUri(string email, string unformattedKey)` method in the *Pages\Account\Manage\EnableAuthenticator.cshtml.cs* (Razor Pages) file or the *Controllers\AccountController.cs* (MVC) file. +The site name in the QR Code is taken from the project name you choose when initially creating your project. You can change it by looking for the `GenerateQrCodeUri(string email, string unformattedKey)` method in the *Pages\Account\Manage\EnableAuthenticator.cshtml.cs* (Razor Pages) file or the *Controllers\ManageController.cs* (MVC) file. The default code from the template looks as follows: