Skip to content

Commit

Permalink
Merge pull request strapi#171 from Heziode/master
Browse files Browse the repository at this point in the history
Add Auth0 provider
  • Loading branch information
petersg83 authored Jan 25, 2021
2 parents 62cee79 + 9d70c90 commit 57e2164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions login-react/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const providersNames = [
'twitch',
'twitter',
'vk',
'auth0',
];

const LoginButton = (props) => <a href={`${backendUrl}/connect/${props.providerName}`}>
Expand Down

0 comments on commit 57e2164

Please sign in to comment.