GetCurrentLoginStatus()

In the summary of MembershipHelper.GetCurrentLoginStatus() it states that null will be returned when no member is logged in but that isn't the case (anymore?).
This commit is contained in:
Frans de Jong
2019-07-19 14:42:44 +02:00
committed by Sebastiaan Janssen
parent c246044ac7
commit 1c6bf55e5d

View File

@@ -542,7 +542,7 @@ namespace Umbraco.Web.Security
}
/// <summary>
/// Returns the login status model of the currently logged in member, if no member is logged in it returns null;
/// Returns the login status model of the currently logged in member.
/// </summary>
/// <returns></returns>
public virtual LoginStatusModel GetCurrentLoginStatus()