Skip to content
Snippets Groups Projects
Commit 96629130 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix Login functor

parent b66d7bb5
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -20,7 +20,7 @@ extension Login {
var error: NSError?
let bindingsE2E: BindingsE2e?
if ephemeral {
bindingsE2E = BindingsLogin(
bindingsE2E = BindingsLoginEphemeral(
cMixId,
authCallbacks?.makeBindingsAuthCallbacks(),
try identity.encode(),
......@@ -28,7 +28,7 @@ extension Login {
&error
)
} else {
bindingsE2E = BindingsLoginEphemeral(
bindingsE2E = BindingsLogin(
cMixId,
authCallbacks?.makeBindingsAuthCallbacks(),
try identity.encode(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment