Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mohannad-hassan committed Dec 24, 2024
1 parent 38efebd commit 0a7da60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Data/OAuthClient/Sources/AppAuthOAuthClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public final class AppAuthOAuthClient: OAuthClient {
throw OAuthClientError.oauthClientHasNotBeenSet
}

// Quran.com relies on dicovering the configuration from the issuer, and not using a static configuration.
// Quran.com relies on dicovering the service configuration from the issuer,
// and not using a static configuration.
let serviceConfiguration = try await discoverConfiguration(forIssuer: configuration.authorizationIssuerURL)
try await login(withConfiguration: serviceConfiguration,
appConfiguration: configuration,
Expand Down

0 comments on commit 0a7da60

Please sign in to comment.