Skip to content

Commit

Permalink
Fix authentication factor not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Nov 27, 2024
1 parent 16d1c9d commit d328413
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ extension ComAtprotoLexicon.Server {

/// A token used for Two-Factor Authentication. Optional.
let authenticationFactorToken: String?

enum CodingKeys: String, CodingKey {
case identifier
case password
case authenticationFactorToken = "authFactorToken"
}
}
}

0 comments on commit d328413

Please sign in to comment.