From 00b21a11d90024c57dd505f64dea27b55f878d13 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 2 Feb 2018 11:49:45 -1000 Subject: [PATCH] Update identity-enable-qrcodes.md (#5323) --- aspnetcore/security/authentication/identity-enable-qrcodes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/security/authentication/identity-enable-qrcodes.md b/aspnetcore/security/authentication/identity-enable-qrcodes.md index 683b82c1dc..79f760817e 100644 --- a/aspnetcore/security/authentication/identity-enable-qrcodes.md +++ b/aspnetcore/security/authentication/identity-enable-qrcodes.md @@ -83,8 +83,6 @@ The correctly formatted URL for the QR Code is available in the: * `AuthenticatorUri` property of the model. * `data-url` property in the `qrCodeData` element. -Use `@Html.Raw` to access the model property in a view (otherwise the ampersands in the url will be double encoded and the label parameter of the QR Code will be ignored). - ## TOTP client and server time skew TOTP authentication depends on both the server and authenticator device having an accurate time. Tokens only last for 30 seconds. If TOTP 2FA logins are failing, check that the server time is accurate, and preferably synchronized to an accurate NTP service.