Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
enedis_sge_konnector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
enedis_sge_konnector
Commits
234e4e22
Commit
234e4e22
authored
2 years ago
by
Bastien DUMONT
Browse files
Options
Downloads
Patches
Plain Diff
chance -> try
parent
f4d02eb4
No related branches found
No related tags found
1 merge request
!27
Resolve "Mise en place de sentry - sge"
Pipeline
#48408
passed
2 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/verifyUserIdentity.js
+2
-2
2 additions, 2 deletions
src/core/verifyUserIdentity.js
with
2 additions
and
2 deletions
src/core/verifyUserIdentity.js
+
2
−
2
View file @
234e4e22
...
@@ -77,7 +77,7 @@ async function verifyUserIdentity(
...
@@ -77,7 +77,7 @@ async function verifyUserIdentity(
// Third try, remove address number because it's buggy on SGE side
// Third try, remove address number because it's buggy on SGE side
if
(
!
pdl
)
{
if
(
!
pdl
)
{
log
(
'
warn
'
,
'
Third
chance
onboarding for sge
'
)
log
(
'
warn
'
,
'
Third
try
onboarding for sge
'
)
pdl
=
await
findUserPdl
(
pdl
=
await
findUserPdl
(
`
${
baseUrl
}
/enedis_SDE_recherche-point/1.0`
,
`
${
baseUrl
}
/enedis_SDE_recherche-point/1.0`
,
apiAuthKey
,
apiAuthKey
,
...
@@ -91,7 +91,7 @@ async function verifyUserIdentity(
...
@@ -91,7 +91,7 @@ async function verifyUserIdentity(
// Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side
// Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side
if
(
!
pdl
)
{
if
(
!
pdl
)
{
log
(
'
warn
'
,
'
Fourth
chance
onboarding for sge
'
)
log
(
'
warn
'
,
'
Fourth
try
onboarding for sge
'
)
pdl
=
await
findUserPdl
(
pdl
=
await
findUserPdl
(
`
${
baseUrl
}
/enedis_SDE_recherche-point/1.0`
,
`
${
baseUrl
}
/enedis_SDE_recherche-point/1.0`
,
apiAuthKey
,
apiAuthKey
,
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
08a9ca95
·
2 years ago
mentioned in commit
08a9ca95
mentioned in commit 08a9ca958ff78443b3bbe815aa0bf30e4962a5de
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment