Skip to content
Snippets Groups Projects
Unverified Commit f4ba0642 authored by Joeri Temmerman's avatar Joeri Temmerman Committed by GitHub
Browse files

fix array assignment typo in README.md

parent 164648e3
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ Generic usage provides enough configuration parameters to use with any OAuth2 or
//'scope' => ['other']
],
// Default scopes to request
'scopes' = ['email', 'profile'],
'scopes' => ['email', 'profile'],
'scopeSeparator' => ' ',
// Customize redirect, if you don't want to use the standard /module.php/authoauth2/linkback.php
'redirectUri' => 'https://myapp.example.com/callback',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment