Skip to content

Commit d6785d1

Browse files
authored
Update example for LoginAsync method
1 parent cfb06d8 commit d6785d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/client/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Instead of calling endpoints:
6262
## ⚡ Example
6363

6464
```csharp
65-
await flowClient.LoginAsync(new LoginRequest
65+
await UAuthClient.Flows.LoginAsync(new LoginRequest
6666
{
6767
Identifier = "user@ultimateauth.com",
6868
Secret = "password"

0 commit comments

Comments
 (0)