Merge fixes

This commit is contained in:
Scott Brady
2020-04-24 12:48:29 +01:00
parent fed9d1c335
commit 9c9bd1dd1e
@@ -139,7 +139,7 @@ namespace Umbraco.Web.Security
$"Login attempt failed for username {userName} from IP address {_request.RemoteIpAddress}, no content and/or media start nodes could be found for any of the user's groups", null, null);
// We will say its a sucessful login which it is, but they have no node access
return SignInStatus.Success;
return SignInResult.Success;
}
}