From 1e21a36eb8cd0c882db0f33cc4b3ad339b19d146 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 29 Sep 2017 08:49:58 -0500 Subject: [PATCH] Remove extra space --- 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 d1e525684b..14905c37ab 100644 --- a/aspnetcore/security/authentication/identity-enable-qrcodes.md +++ b/aspnetcore/security/authentication/identity-enable-qrcodes.md @@ -88,4 +88,4 @@ Use `@Html.Raw` to access the model property in a view (otherwise the ampersands ## 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. +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.