diff --git a/Auth0/Auth0WebAuth.swift b/Auth0/Auth0WebAuth.swift index b83f35174..d40a6c655 100644 --- a/Auth0/Auth0WebAuth.swift +++ b/Auth0/Auth0WebAuth.swift @@ -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 {