Fix incorrect file name in QR Code doc

pull/4546/head
Scott Addie 2017-10-11 21:33:55 -05:00 committed by GitHub
parent 86ce5439dd
commit a73fb5161f
1 changed files with 1 additions and 1 deletions

View File

@ -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: