removes some old notes
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Umbraco.Core.Security
|
||||
/// </summary>
|
||||
/// <param name="userName"/><param name="password"/><param name="isPersistent"/><param name="shouldLockout"/>
|
||||
/// <returns/>
|
||||
public async override Task<SignInStatus> PasswordSignInAsync(string userName, string password, bool isPersistent, bool shouldLockout)
|
||||
public override async Task<SignInStatus> PasswordSignInAsync(string userName, string password, bool isPersistent, bool shouldLockout)
|
||||
{
|
||||
var result = await base.PasswordSignInAsync(userName, password, isPersistent, shouldLockout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user