Skip to content

Commit

Permalink
fix: use LoginProfileUser again
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 9, 2023
1 parent b84849e commit fa62360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/browser-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class BrowserManager {
"content-type": "application/json",
"apollographql-client-name": "pwa-client",
"apollographql-client-version": graphQLClientVersion,
"x-operation": "InitiateLoginTransaction",
"x-operation": "LoginProfileUser",
"x-cacheable": "false",
"x-mms-language": store.languageCode,
"x-mms-country": store.countryCode,
Expand All @@ -107,7 +107,7 @@ export class BrowserManager {
method: "POST",
mode: "cors",
body: JSON.stringify({
operationName: "InitiateLoginTransaction",
operationName: "LoginProfileUser",
variables: {
email,
password,
Expand Down

0 comments on commit fa62360

Please sign in to comment.