Skip to content

Commit

Permalink
Fix merge change
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 30, 2021
1 parent a0badf2 commit 603efc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth0/Auth0WebAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class Auth0WebAuth: WebAuth {
self.session = session
self.storage = storage
self.telemetry = telemetry
self.issuer = "\(url.absoluteString)/"
self.issuer = url.absoluteString
}

func connection(_ connection: String) -> Self {
Expand Down

0 comments on commit 603efc1

Please sign in to comment.