Skip to content

Commit

Permalink
Update docs/dapp/sapphire/authentication.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matevž Jekovec <[email protected]>
  • Loading branch information
CedarMist and matevz authored Oct 10, 2023
1 parent dba0d02 commit 9158558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dapp/sapphire/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ const auth = {user, time, rsv};
// The `auth` variable can then be cached.

// Then in the future, authenticated view calls can be performed by
// passing auth without further user interaction authenticated data
// passing auth without further user interaction authenticated data.
await contract.authenticatedViewCall(auth, ...args);
```

0 comments on commit 9158558

Please sign in to comment.