Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
anis
anis-client
Commits
632ff67d
Commit
632ff67d
authored
Nov 20, 2020
by
Tifenn Guillas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '153-fix-sq-issues' into 'develop'
Fix bug compilation Closes
#153
See merge request
!165
parents
2a7a2124
acb95e49
Pipeline
#3509
passed with stages
in 8 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/auth/auth.effects.ts
src/app/auth/auth.effects.ts
+1
-1
No files found.
src/app/auth/auth.effects.ts
View file @
632ff67d
...
...
@@ -105,7 +105,7 @@ export class AuthEffects {
parseJWTAction$
=
this
.
actions$
.
pipe
(
ofType
(
authActions
.
PARSE_JWT
),
switchMap
((
action
:
authActions
.
ParseJwtAction
)
=>
{
const
jwt
=
jwt_decode
(
action
.
payload
);
const
jwt
:
any
=
jwt_decode
(
action
.
payload
);
if
(
environment
.
ssoName
===
'
auth0
'
)
{
return
of
({
type
:
'
[No Action]
'
+
authActions
.
PARSE_JWT
});
}
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