mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 09:58:21 +00:00
Merge branch 'main' of https://github.com/speatzle/go-passbolt
This commit is contained in:
commit
3325eecb97
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func main() {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx := context.TODO()
|
ctx := context.TODO()
|
||||||
|
|
||||||
err = client.Login(ctx)
|
err = client.Login(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue