We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb1535 commit d157c88Copy full SHA for d157c88
WooCommerce/Classes/Authentication/AuthenticationManager.swift
@@ -820,7 +820,8 @@ private extension AuthenticationManager {
820
guard let applicationPasswordUseCase = try? DefaultApplicationPasswordUseCase(
821
username: siteCredentials.username,
822
password: siteCredentials.password,
823
- siteAddress: siteCredentials.siteURL) else {
+ siteAddress: siteCredentials.siteURL
824
+ ) else {
825
return assertionFailure("⛔️ Error creating application password use case")
826
}
827
self.applicationPasswordUseCase = applicationPasswordUseCase
0 commit comments