Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
c5e4d9e9
Commit
c5e4d9e9
authored
Jul 25, 2019
by
Chris Hines
Browse files
still having login problems
parent
70e343d1
Pipeline
#7543
passed with stages
in 3 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/authorisation.service.ts
View file @
c5e4d9e9
...
@@ -236,9 +236,9 @@ public getKeys(id?: Identity) {
...
@@ -236,9 +236,9 @@ public getKeys(id?: Identity) {
window
.
open
(
sshauthzservice
.
logout
);
window
.
open
(
sshauthzservice
.
logout
);
}
}
let
path
=
sessionStorage
.
getItem
(
'
path
'
);
let
path
=
sessionStorage
.
getItem
(
'
path
'
);
console
.
log
(
'
I should have a keycert now
'
);
this
.
updateAgentContents
();
this
.
updateAgentContents
();
console
.
log
(
'
requested agent contens update
'
);
console
.
log
(
'
navigating to
'
);
console
.
log
(
path
);
// only navigate once the agent contents has been refreshed
// only navigate once the agent contents has been refreshed
this
.
loggedInAuthZ
.
pipe
(
take
(
1
)).
subscribe
(
()
=>
{
this
.
readyToNavigate
.
next
([
true
,
path
])});
this
.
loggedInAuthZ
.
pipe
(
take
(
1
)).
subscribe
(
()
=>
{
this
.
readyToNavigate
.
next
([
true
,
path
])});
}
}
...
...
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