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
a3fa403c
Commit
a3fa403c
authored
Jul 24, 2019
by
Chris Hines
Browse files
something is weird on the dev server that I can't seem to reproduce locally
parent
410fbb8d
Pipeline
#7525
passed with stages
in 3 minutes and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/app/authorisation.service.ts
View file @
a3fa403c
...
...
@@ -152,11 +152,11 @@ export class AuthorisationService {
//Verify that the state matched the nonce we used when initiating login
let
tuple
=
JSON
.
parse
(
localStorage
.
getItem
(
'
authservice
'
));
//
if (tuple == null) {
//
console.log('unable to get the authservice from localStorage');
//
console.log(localStorage.getItem('authservice'));
//
return
//
}
if
(
tuple
==
null
)
{
console
.
log
(
'
unable to get the authservice from localStorage
'
);
console
.
log
(
localStorage
.
getItem
(
'
authservice
'
));
return
}
if
(
tuple
[
1
]
!=
state
)
{
return
}
...
...
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