Skip to content

Commit

Permalink
removed url.standardized
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Aug 23, 2020
1 parent abc1dd2 commit 82bedd0
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 @@ -32,7 +32,7 @@ public struct Account<OTPType: OTP>: Codable, Hashable, Identifiable {
// remove query items with no value (optional parameters)
queryItems = queryItems.filter { $0.value != nil }
components.queryItems = queryItems
return components.url!.standardized
return components.url!
}

public enum AccountError: LocalizedError {
Expand Down

0 comments on commit 82bedd0

Please sign in to comment.