File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
run : >
23
23
dotnet test
24
24
--no-build
25
- --framework net462
26
25
--configuration Release
27
26
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
28
27
--
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Install the [NuGet Package](https://nuget.org/packages/Passwordless):
37
37
38
38
💡 See the full [Getting started guide](https://docs.passwordless.dev/guide/get-started.html) in the official documentation.
39
39
40
- # ### Register using Dependency Injection
40
+ # ## Register using Dependency Injection
41
41
42
42
` ` ` csharp
43
43
// In Program.cs or Startup.cs
@@ -46,8 +46,8 @@ services.AddPasswordlessSdk(options =>
46
46
options.ApiKey = " your_api_key" ;
47
47
options.ApiSecret = " your_api_secret" ;
48
48
});
49
-
50
49
` ` `
50
+
51
51
# ## Register a passkey
52
52
53
53
` ` ` csharp
You can’t perform that action at this time.
0 commit comments