We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fb762 commit 7dca05cCopy full SHA for 7dca05c
src/Sdk/Models/PasswordlessUserSummary.cs
@@ -6,5 +6,5 @@ public class PasswordlessUserSummary
6
public List<string> Aliases { get; set; }
7
public int CredentialsCount { get; set; }
8
public int AliasCount { get; set; }
9
- public DateTime LastUsedAt { get; set; }
+ public DateTime? LastUsedAt { get; set; }
10
}
src/Sdk/Sdk.csproj
@@ -14,6 +14,7 @@
14
<RepositoryUrl>https://github.com/passwordless/passwordless-dotnet</RepositoryUrl>
15
<RepositoryType>git</RepositoryType>
16
<PackageReadmeFile>README.md</PackageReadmeFile>
17
+ <Version>0.0.13</Version>
18
</PropertyGroup>
19
20
<ItemGroup>
0 commit comments