Skip to content

Commit

Permalink
Remove Parameters reset
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe authored and hzalaz committed Mar 5, 2017
1 parent 17c0c43 commit 4957c04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Auth0/SafariWebAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ class SafariWebAuth: WebAuth {
entries["nonce"] = self.nonce
}
self.parameters.forEach { entries[$0] = $1 }
self.parameters = [:]

entries.forEach { items.append(URLQueryItem(name: $0, value: $1)) }
components.queryItems = self.telemetry.queryItemsWithTelemetry(queryItems: items)
Expand Down

0 comments on commit 4957c04

Please sign in to comment.