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
70e343d1
Commit
70e343d1
authored
Jul 25, 2019
by
Chris Hines
Browse files
I think I fixed it
parent
8f276315
Pipeline
#7542
passed with stages
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/authorisation.service.ts
View file @
70e343d1
...
...
@@ -314,7 +314,7 @@ public getKeys(id?: Identity) {
sessionStorage
.
setItem
(
'
authservice
'
,
JSON
.
stringify
([
authservice
,
nonce
]));
console
.
log
(
'
stored the authservice in sessionStorage
'
);
console
.
log
(
sessionStorage
.
getItem
(
'
authservice
'
));
sessionStorage
.
setItem
(
'
path
'
,
this
.
location
.
path
()
);
sessionStorage
.
setItem
(
'
path
'
,
'
/launch
'
);
if
(
authservice
.
scope
==
null
)
{
window
.
location
.
assign
(
authservice
.
authorise
+
"
?response_type=token&redirect_uri=
"
+
redirect_uri
+
"
&state=
"
+
nonce
+
"
&client_id=
"
+
authservice
.
client_id
);
}
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