Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Jul 29, 2024
1 parent 4e93b8a commit 7d9bded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PassportServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function boot()
'scopes' => $params['scopes'],
'state' => $params['request']->state,
'authToken' => $params['authToken'],
'promptLoginUrl' => $params['request']->fullUrlWithQuery(['prompt' => 'login'])
'promptLoginUrl' => $params['request']->fullUrlWithQuery(['prompt' => 'login']),
]);
});
} else {
Expand Down

0 comments on commit 7d9bded

Please sign in to comment.