Skip to content

Commit

Permalink
Update safe-core-sdk/auth-kit/reference/SafeAuthPack.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tanay Pant <[email protected]>
  • Loading branch information
yagopv and tanay1337 authored Dec 4, 2023
1 parent bc1e3d8 commit 6152c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-core-sdk/auth-kit/reference/SafeAuthPack.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ AuthKitSignInData {

**Caveats**

- The `txServiceUrl` should be used with custom Transaction services endpoints. If empty, the default Safe Transaction service domain will be used if we have it deployed in the corresponding chain.
- The `txServiceUrl` should be used with custom Transaction services endpoints. If empty, the default Safe Transaction Service domain will be used if we have it deployed in the corresponding chain.

Check failure on line 134 in safe-core-sdk/auth-kit/reference/SafeAuthPack.md

View workflow job for this annotation

GitHub Actions / vale

[vale] safe-core-sdk/auth-kit/reference/SafeAuthPack.md#L134

[Microsoft.Contractions] Use 'we've' instead of 'we have'.
Raw output
{"message": "[Microsoft.Contractions] Use 'we've' instead of 'we have'.", "location": {"path": "safe-core-sdk/auth-kit/reference/SafeAuthPack.md", "range": {"start": {"line": 134, "column": 151}}}, "severity": "ERROR"}
- ⚠️ This method currently returns the Safe addresses where the EOA is an owner. It doesn't create a Safe. We're investigating ways to enhance the Auth Kit and the associated flows.

### `signOut(safeAuthSignOutOptions?)`
Expand Down

0 comments on commit 6152c45

Please sign in to comment.