Skip to content

Commit

Permalink
do not reauth just to see if issue of logout after 24h disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
lurume84 committed Jun 30, 2020
1 parent f09ac3f commit e79105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/login/LoginInteractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
data: { "app_version":"6.0.7 (520300) #afb0be72a", "client_name": "Computer",
"client_type": "android", "device_identifier": "Bling Desktop",
"email": user, "notification_key": notification_key, "os_version": "5.1.1", "password": password,
"reauth":true, "unique_id": uid},
"reauth":false, "unique_id": uid},
dataType: 'json',
beforeSend: function(xhr) {

Expand Down

0 comments on commit e79105f

Please sign in to comment.