Skip to content
Snippets Groups Projects
Verified Commit 6e5258d0 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent fc1aeb36
No related branches found
No related tags found
No related merge requests found
Pipeline #6038 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.6.0
IMAGE_VER: 0.6.1
services:
- docker:20.10.9-dind
......
......@@ -46,12 +46,12 @@ sub create ($c ) {
push @answers, (
{
question_id => $c->config->{pretix_qid_sso},
response => $claims->{sub},
question => $c->config->{pretix_qid_sso},
answer => $claims->{sub},
},
{
question_id => $c->config->{pretix_qid_region},
response => $group->{region},
question => $c->config->{pretix_qid_region},
answer => $group->{region},
},
);
......
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