Fix incorrect file name in QR Code doc
parent
86ce5439dd
commit
a73fb5161f
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue