Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
d7ee38dc
Commit
d7ee38dc
authored
May 27, 2021
by
rajkumar
Browse files
Adding submission tool in post parameter
parent
3ace54fa
Pipeline
#278381
passed with stages
in 4 minutes and 48 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/app/webin-authentication.service.ts
src/app/webin-authentication.service.ts
+5
-1
No files found.
src/app/webin-authentication.service.ts
View file @
d7ee38dc
...
...
@@ -158,6 +158,10 @@ export class WebinAuthenticationService implements WebinAuthenticationServiceInt
var
submissionAccount
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'
submissionAccount
'
)
);
return
submissionAccount
[
"
brokerName
"
]
!=
""
;
// Check if submissionAccount is not null in case of EGA user
if
(
submissionAccount
)
{
return
submissionAccount
[
"
brokerName
"
]
!=
""
;
}
return
false
;
}
}
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