Skip to content
Snippets Groups Projects
Commit bfd455df authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge remote-tracking branch 'origin/hotfix/RefactorCMD' into hotfix/integration

parents 2fc99451 254b4eea
No related branches found
No related tags found
3 merge requests!510Release,!267Make BuildReceptionIdentity public, and make backup restore function return a...,!263Hotfix/refactor cmd
...@@ -69,8 +69,8 @@ func loadOrInitProto(protoUserPath string, password []byte, storeDir string, ...@@ -69,8 +69,8 @@ func loadOrInitProto(protoUserPath string, password []byte, storeDir string,
} }
} }
jww.INFO.Printf("Using LoginLegacy for proto sender") jww.INFO.Printf("Using Login for proto sender")
client, err := xxdk.LoginLegacy(baseClient, e2eParams, authCbs) client, err := xxdk.Login(baseClient, authCbs, identity, e2eParams)
if err != nil { if err != nil {
jww.FATAL.Panicf("%+v", err) jww.FATAL.Panicf("%+v", err)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment