Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Applications
Systems Frontend
Commits
2d4338a8
Commit
2d4338a8
authored
Oct 31, 2019
by
Anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No prompt for api auth client
parent
0da28fd0
Pipeline
#19634
passed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/plugins/api.js
src/plugins/api.js
+2
-1
No files found.
src/plugins/api.js
View file @
2d4338a8
...
...
@@ -8,7 +8,8 @@ export default ({ Vue }) => {
redirectUri
:
process
.
env
.
AUTH0_REDIRECT_URL
||
`
${
document
.
location
.
origin
}
/users/callback`
,
audience
:
process
.
env
.
AUTH0_AUDIENCE
,
scope
:
'
openid profile read write
'
,
responseType
:
'
token id_token
'
responseType
:
'
token id_token
'
,
prompt
:
'
none
'
},
host
:
process
.
env
.
API_HOST
})
...
...
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