Skip to content

Commit

Permalink
Apply fixes from StyleCI (#749)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <atymic@users.noreply.github.com>
  • Loading branch information
atymic and atymic committed Oct 6, 2021
1 parent b36a7c7 commit 302e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function user()
$state = explode('.', $appleUserToken['nonce'])[1];
if ($state === $this->request->input('state')) {
$this->request->session()->put([
'state' => $state,
'state' => $state,
'state_verify' => $state,
]);
}
Expand Down

0 comments on commit 302e235

Please sign in to comment.