Skip to content

Commit

Permalink
Get correct path to tpaProviders. (openedx#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy authored Jun 5, 2019
1 parent defd969 commit bbe2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account-settings/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const accountSettingsPageSelector = createSelector(
staticFields,
hiddenFields,
duplicateTpaProvider,
tpaProviders: accountSettings.authProviders,
tpaProviders: accountSettings.thirdPartyAuth.providers,
supportUrl: configuration.SUPPORT_URL,
logoutUrl: configuration.LOGOUT_URL,
}),
Expand Down

0 comments on commit bbe2a6a

Please sign in to comment.