Specify login channel
This commit is contained in:
@@ -28,7 +28,7 @@ function Redirect() {
|
|||||||
grant_type=authorization_code
|
grant_type=authorization_code
|
||||||
*/
|
*/
|
||||||
var reqData = {
|
var reqData = {
|
||||||
login_channel: "990010", /* LOGIN_GOOGLE */
|
auth_type: "GOOGLE",
|
||||||
code: codeResponse,
|
code: codeResponse,
|
||||||
redirect_uri: process.env.REACT_APP_GOOGLE_REDIRECT_URL,
|
redirect_uri: process.env.REACT_APP_GOOGLE_REDIRECT_URL,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user