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
71
Issues
71
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
18fd3ca7
Commit
18fd3ca7
authored
Nov 24, 2020
by
Janis Streib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: more navigation gurad bugs
parent
02066bc8
Changes
1
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 @
18fd3ca7
...
...
@@ -19,7 +19,7 @@ export default {
if
(
response
.
data
.
login
!=
null
)
{
self
.
$store
.
commit
(
'
login
'
,
{
user
:
response
.
data
.
login
,
token
:
response
.
data
.
token
})
let
redir
=
window
.
localStorage
.
getItem
(
'
oic_redir_after_login
'
)
||
'
/dnsvs/bcds
'
if
(
redir
===
'
/login
'
||
redir
===
'
/oic_login
'
)
{
if
(
redir
===
'
/login
'
||
redir
===
'
/oic_login
'
||
redir
===
'
/
'
)
{
redir
=
'
/dnsvs/bcds
'
}
window
.
localStorage
.
removeItem
(
'
oic_redir_after_login
'
)
...
...
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