Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
Mapas - ES
Commits
186d1f7e
Commit
186d1f7e
authored
3 years ago
by
erleibiazzio
Browse files
Options
Download
Email Patches
Plain Diff
Adiciona solicitação do profile durante cadastros de contas pelo App do google
parent
ad729ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compose/production/config.d/authentication.php
compose/production/config.d/authentication.php
+1
-1
No files found.
compose/production/config.d/authentication.php
View file @
186d1f7e
...
...
@@ -40,7 +40,7 @@ return [
'client_id'
=>
env
(
'AUTH_GOOGLE_CLIENT_ID'
,
null
),
'client_secret'
=>
env
(
'AUTH_GOOGLE_CLIENT_SECRET'
,
null
),
'redirect_uri'
=>
$_APP_BASE_URL
.
'autenticacao/google/oauth2callback'
,
'scope'
=>
env
(
'AUTH_GOOGLE_SCOPE'
,
'email'
),
'scope'
=>
env
(
'AUTH_GOOGLE_SCOPE'
,
'email
profile
'
),
),
'Twitter'
=>
array
(
'visible'
=>
env
(
'AUTH_TWITTER_VISIBLE'
,
false
),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment