Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 9ac61bf

Browse files
authored
Merge branch 'trunk' into wcios/site-address-discovery
2 parents 90de21d + 9512fd3 commit 9ac61bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ import WordPressKit
454454
///
455455
/// - Parameter loginFields: A LoginFields instance.
456456
///
457-
class func openForgotPasswordURL(_ loginFields: LoginFields) {
457+
public class func openForgotPasswordURL(_ loginFields: LoginFields) {
458458
let baseURL = loginFields.meta.userIsDotCom ? "https://wordpress.com" : WordPressAuthenticator.baseSiteURL(string: loginFields.siteAddress)
459459
let forgotPasswordURL = URL(string: baseURL + "/wp-login.php?action=lostpassword&redirect_to=wordpress%3A%2F%2F")!
460460
UIApplication.shared.open(forgotPasswordURL)

0 commit comments

Comments
 (0)