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
DLCM
UI
DLCM-Portal
Commits
a212d1ec
Commit
a212d1ec
authored
Dec 23, 2021
by
Florent Poittevin
Browse files
fix: refresh token
parent
f4fb9a99
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/stores/toc/app-toc.state.ts
View file @
a212d1ec
...
...
@@ -170,8 +170,7 @@ export class AppTocState extends BasicState<AppTocStateModel> {
observe
:
"
response
"
,
responseType
:
"
text
"
,
}).
pipe
(
map
((
response
:
HttpResponse
<
string
>
)
=>
response
.
body
),
map
((
response
:
HttpResponse
<
string
>
)
=>
response
.
body
),
tap
((
integrationGuide
:
string
)
=>
{
ctx
.
dispatch
(
new
AppTocAction
.
GetIntegrationGuideSuccess
(
action
,
integrationGuide
));
}),
...
...
src/environments/environment.defaults.ts
View file @
a212d1ec
...
...
@@ -14,7 +14,6 @@ import {DlcmEnvironment} from "./environment.defaults.model";
export
const
defaultEnvironment
:
DlcmEnvironment
=
{
...
defaultSolidifyEnvironment
,
scope
:
"
dlcm
"
,
appTitle
:
"
DLCM - Portal
"
,
appDescription
:
"
Platform for archiving research data
"
,
listTagsComponentsWhereClickAllowToEnterInEditMode
:
[
...
...
Write
Preview
Supports
Markdown
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