-
Notifications
You must be signed in to change notification settings - Fork 121
Fix initialization of authenticator #15953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
a5b8de1
73aa96f
c05fed8
6ba0f92
3c9be27
a605753
e2c525a
40282f6
b4f38e6
4ab5712
061fe4f
10afd4c
e3f7b31
df0a0df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,10 +57,6 @@ final class JetpackSetupCoordinator { | |
| self.stores = stores | ||
| self.analytics = analytics | ||
| self.featureFlagService = featureFlagService | ||
|
|
||
| /// the authenticator needs to be initialized with configs | ||
| /// to be used for requesting authentication link and handle login later. | ||
| WordPressAuthenticator.initializeWithCustomConfigs(dotcomAuthScheme: dotcomAuthScheme) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed in 40282f6. |
||
| } | ||
|
|
||
| func showBenefitModal() { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is another
configureAuthenticatorcall on line 292. Should it removed as well?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this! Removed in b4f38e6.