Skip to content
Snippets Groups Projects
Commit 254b4eea authored by Jake Taylor's avatar Jake Taylor
Browse files

fix proto login

parent 6bf9cd62
No related branches found
No related tags found
2 merge requests!510Release,!269Hotfix/split 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