From d722b1f9b8ba8f4e6959bdf6e303e6f95bee7002 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 8 Feb 2021 19:51:23 -0300 Subject: [PATCH] Kickstart CI --- Lock/DatabaseInteractor.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Lock/DatabaseInteractor.swift b/Lock/DatabaseInteractor.swift index e63e5093b..df6e5f6b1 100644 --- a/Lock/DatabaseInteractor.swift +++ b/Lock/DatabaseInteractor.swift @@ -135,6 +135,7 @@ struct DatabaseInteractor: DatabaseAuthenticatable, DatabaseUserCreator, Loggabl let rootAttributes: [String: String]? = self.user.rootAttributes.isEmpty ? nil : self.user.rootAttributes let login = self.credentialAuth.request(withIdentifier: email, password: password, options: self.options) + self.credentialAuth .authentication .createUser(