Files
BQP/srcs/RobotNet10/RobotApp/RobotNet10.RobotApp/Components/Account/PasskeyInputModel.cs
2026-07-13 09:25:40 +07:00

9 lines
203 B
C#

namespace RobotNet10.RobotApp.Components.Account
{
public class PasskeyInputModel
{
public string? CredentialJson { get; set; }
public string? Error { get; set; }
}
}