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

Call NewStateLegacy instead

parent f8a7eb29
Branches
Tags
2 merge requests!510Release,!282Auth Store Fixes
......@@ -94,9 +94,10 @@ func loginLegacy(net *Cmix, callbacks AuthCallbacks,
"the e2e processies")
}
m.auth, err = auth.NewState(net.GetStorage().GetKV(), net.GetCmix(),
m.e2e, net.GetRng(), net.GetEventReporter(), params.Auth,
params.Session, MakeAuthCallbacksAdapter(callbacks, m),
m.auth, err = auth.NewStateLegacy(net.GetStorage().GetKV(),
net.GetCmix(), m.e2e, net.GetRng(), net.GetEventReporter(),
params.Auth, params.Session,
MakeAuthCallbacksAdapter(callbacks, m),
m.backup.TriggerBackup)
if err != nil {
return nil, err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment