From 47fa99462daf14eaac47d34df2903a67d821e509 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Wed, 3 Aug 2022 22:43:57 +0100 Subject: [PATCH] Do not use ephemeral login by default --- Sources/ElixxirDAppsSDK/Functors/Login.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ElixxirDAppsSDK/Functors/Login.swift b/Sources/ElixxirDAppsSDK/Functors/Login.swift index 9ca617a6..574ce7a2 100644 --- a/Sources/ElixxirDAppsSDK/Functors/Login.swift +++ b/Sources/ElixxirDAppsSDK/Functors/Login.swift @@ -5,7 +5,7 @@ public struct Login { public var run: (Bool, Int, AuthCallbacks?, ReceptionIdentity, Data) throws -> E2E public func callAsFunction( - ephemeral: Bool, + ephemeral: Bool = false, cmixId: Int, authCallbacks: AuthCallbacks? = nil, identity: ReceptionIdentity, -- GitLab