Skip to content

Commit

Permalink
Kickstart CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored and ejensen committed Feb 8, 2021
1 parent 7d04500 commit d722b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lock/DatabaseInteractor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d722b1f

Please sign in to comment.