Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
netvs-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
scc-net
netvs
netvs-core
Commits
cb3a5102
Commit
cb3a5102
authored
Nov 20, 2020
by
Janis Streib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: pacify navigartion guard
parent
27ba592f
Pipeline
#118797
passed with stages
in 12 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
frontend/src/views/OICLogin.vue
frontend/src/views/OICLogin.vue
+1
-1
No files found.
frontend/src/views/OICLogin.vue
View file @
cb3a5102
...
...
@@ -18,7 +18,7 @@ export default {
}
if
(
response
.
data
.
login
!=
null
)
{
self
.
$store
.
commit
(
'
login
'
,
{
user
:
response
.
data
.
login
,
token
:
response
.
data
.
token
})
const
redir
=
window
.
localStorage
.
getItem
(
'
oic_redir_after_login
'
)
||
'
/
'
const
redir
=
window
.
localStorage
.
getItem
(
'
oic_redir_after_login
'
)
||
'
/
dnsvs/bcds
'
window
.
localStorage
.
removeItem
(
'
oic_redir_after_login
'
)
self
.
$router
.
push
(
redir
)
}
else
{
...
...
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