Skip to content

Commit

Permalink
Update Account.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Aug 23, 2020
1 parent f687758 commit abc1dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OTPKit/Account.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import KeychainAccess
public struct Account<OTPType: OTP>: Codable, Hashable, Identifiable {
private let keychainKey: String
/// The label is used to identify which account a key is associated with
public var id: URL { url.standardized }
public var id: URL { url }
public let label: String
/// OTP Generator instance used by the account. Responsible for all cryptograhic operations.
public let otpGenerator: OTPType
Expand Down

0 comments on commit abc1dd2

Please sign in to comment.