Skip to content
Snippets Groups Projects
Commit 7e174200 authored by simon.mellerin's avatar simon.mellerin
Browse files

Merge branch '56-registration-fix' into 'main'

#56 - Fix registration

Closes #56

See merge request !59
parents 55325a9b e198a5ba
No related tags found
1 merge request!59#56 - Fix registration
Pipeline #10620 passed
......@@ -108,7 +108,7 @@ export async function executeSparqlInsert(
},
body: insertQuery,
auth: options?.auth ?? {
username: import.meta.env.VITE_VISITOR_USER,
email: import.meta.env.VITE_VISITOR_USER,
password: import.meta.env.VITE_VISITOR_PWD,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment