From edb1a1045a7db1ba76b7922964855bc1ca5159ec Mon Sep 17 00:00:00 2001 From: "Prasanna V. Loganathar" Date: Wed, 18 Nov 2015 17:09:52 +0530 Subject: [PATCH] Correct Typo --- src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs b/src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs index 244f8c5946..fb07ce5688 100644 --- a/src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs +++ b/src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs @@ -77,6 +77,6 @@ namespace Microsoft.AspNetCore.Identity /// Gets or sets the scheme used to identify Two Factor authentication cookies for saving the Remember Me state. /// /// The scheme used to identify remember me application authentication cookies. - public string TwoFactorRememberMeCookieAuthenticationScheme { get; set; } = typeof(IdentityCookieOptions).Namespace + ".TwoFactorRemeberMe"; + public string TwoFactorRememberMeCookieAuthenticationScheme { get; set; } = typeof(IdentityCookieOptions).Namespace + ".TwoFactorRememberMe"; } -} \ No newline at end of file +}