Add nullability to web.common
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Umbraco.Cms.Web.Common.AspNetCore
|
||||
|
||||
public string HashPassword(string password)
|
||||
{
|
||||
return _underlyingHasher.HashPassword(null, password);
|
||||
return _underlyingHasher.HashPassword(null!, password);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user