mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
Add missing Comments
This commit is contained in:
parent
0e7cca97a2
commit
8e4637492d
2 changed files with 3 additions and 1 deletions
|
@ -307,7 +307,7 @@ privkey, err := SetupAccount(ctx, rClient, userID, token, "password123")
|
|||
|
||||
## Verification
|
||||
|
||||
You can Verify that the Server hasen't changed, for that you need to initially setup the Verification and save the returned values. Then you can Verify that the serverkey hasen't changed since you setup the Verification.
|
||||
You can Verify that the Server hasen't changed, for that you need to initially setup the Verification and save the returned values. Then you can Verify that the serverkey hasen't changed since you setup the Verification. Note this Only Works if the client is not logged in.
|
||||
|
||||
```go
|
||||
// Setup the Verification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue