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