Correct Typo
This commit is contained in:
parent
7ba61d6c6f
commit
edb1a1045a
|
|
@ -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.
|
/// Gets or sets the scheme used to identify Two Factor authentication cookies for saving the Remember Me state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The scheme used to identify remember me application authentication cookies.</value>
|
/// <value>The scheme used to identify remember me application authentication cookies.</value>
|
||||||
public string TwoFactorRememberMeCookieAuthenticationScheme { get; set; } = typeof(IdentityCookieOptions).Namespace + ".TwoFactorRemeberMe";
|
public string TwoFactorRememberMeCookieAuthenticationScheme { get; set; } = typeof(IdentityCookieOptions).Namespace + ".TwoFactorRememberMe";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue