Skip to content

Commit

Permalink
Model update
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Sep 19, 2023
1 parent fc352c1 commit be767b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Apple/AppleAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public extension AppleAuthenticator {
public let userId: String
public let token: String
public let name: String?
public let email: Email?
public let expiresAt: Date?
public let email: Email
public let expiresAt: Date
}
}

Expand Down

0 comments on commit be767b7

Please sign in to comment.