Skip to content

Commit

Permalink
fix: auth doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhcjones committed Apr 21, 2024
1 parent be5c604 commit 5605543
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions lib/client/client_regular_account.dart
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,11 @@ class WebFlowAuthModel extends ChangeNotifier {
Future<void> GetFlowToken1(Map<String, String> userAgentHeader) async {
Map<String, String> result = new Map<String, String>();
var body = {
'flow_token': null,
'input_flow_data': {
'country_code': null,
'flow_context': {
'referrer_context': {'referral_details': 'utm_source=google-play&utm_medium=organic', 'referrer_url': ''},
'start_location': {'location': 'deeplink'}
},
'requested_variant': null,
'target_user_id': 0
"input_flow_data": {
"flow_context": {
"debug_overrides": {},
"start_location": {"location": "manual_link"}
}
},
"subtask_versions": {
"action_list": 2,
Expand Down

0 comments on commit 5605543

Please sign in to comment.