Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
return updates response if not forcing login and auth data exists
Browse files Browse the repository at this point in the history
  • Loading branch information
teknogeek committed Aug 16, 2015
1 parent ea09880 commit b4ead7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/snapchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,11 @@ public function login($password, $force = FALSE)
}

return $result;
} else {
$this->openAppEvent();
}
else
{
$this->openAppEvent();
return $this->device();
}
}

Expand Down

0 comments on commit b4ead7d

Please sign in to comment.