Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
99633cf9
Commit
99633cf9
authored
Jun 29, 2020
by
jackie / Andrea Ida Malkah Klaura
Browse files
cleanup after refactoring (store has a logger now)
parent
da8ad0e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/store/modules/auth.js
View file @
99633cf9
...
...
@@ -130,12 +130,7 @@ const actions = {
})
oidcmgr
.
events
.
addAccessTokenExpired
(()
=>
{
// at this point where the app is just mounted, we cannot use the
// vue logger, because this.$log does not yet exist. therefore we log
// to the console, but only if the environment is set tu debug log level
if
(
process
.
env
.
VUE_APP_LOGLEVEL
===
'
debug
'
)
{
this
.
$log
.
debug
(
"
OIDC token has expired. Logging out.
"
)
}
this
.
$log
.
debug
(
"
OIDC token has expired. Logging out.
"
)
ctx
.
commit
(
'
signOut
'
)
})
...
...
Write
Preview
Supports
Markdown
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