Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
nivv committed May 13, 2022
1 parent d591134 commit 46a5a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add ikoncept to the services array in `config/services.php`:
'ikoncept' => [
'client_id' => env('IKONCEPT_CLIENT_ID'), // Your Ikoncept Client ID
'client_secret' => env('IKONCEPT_CLIENT_SECRET'), // Your Ikoncept Client Secret
'redirect' => 'http://shin.test/login/ikoncept/callback'
'redirect' => 'http://ikoncept.se/login/ikoncept/callback'
],

```
Expand Down

0 comments on commit 46a5a22

Please sign in to comment.