2 references to PocoUser
IdentitySample.PasskeyUI (2)
Program.cs (1)
53var userId = (await userManager.FindByNameAsync(request.Username) ?? new PocoUser()).Id;
src\Identity\test\Shared\PocoModel\PocoUser.cs (1)
25public PocoUser(string userName) : this()