Skip to content
Snippets Groups Projects
Commit 1c8f6a5d authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix: correction eslint warnings

parent e9975a3a
No related branches found
No related tags found
1 merge request!873REDMINE_ISSUE-26138 | Liste signalements filtrés - Incohérence des résultats lors de la recherche par titre des signalements
......@@ -397,9 +397,9 @@ export default {
const ssoResponse = await userAPI.signup({
...this.signupForm,
// Ajout du label personnalisé pour affichage plus précis dans admin OGS
"comments": `{"${this.commentsFieldLabel}":"${this.signupForm.comments}"}`,
comments: `{"${this.commentsFieldLabel}":"${this.signupForm.comments}"}`,
// Pour permettre la visualisation dans OGS Maps, l'utilisateur doit être ajouté à un groupe OGS, mis en dur pour aller vite pour l'instant
"usergroup_roles":[{"organisation":{"id":1}}]
usergroup_roles:[{ organisation: { id: 1 } }]
}, this.ssoSignupUrl);
if (ssoResponse.status !== 201) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment