mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Add missing Twitter provider redirect URI configuration
This commit is contained in:
parent
7574e1762a
commit
e03fd96e1a
@ -53,6 +53,8 @@ class PopUpForm extends React.Component { // eslint-disable-line react/prefer-st
|
||||
return get(this.props.values, 'redirect_uri', '');
|
||||
case 'microsoft':
|
||||
return `${strapi.backendURL}/connect/microsoft/callback`;
|
||||
case 'twitter':
|
||||
return `${strapi.backendURL}/connect/twitter/callback`;
|
||||
default: {
|
||||
const value = get(this.props.values, 'callback', '');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user