From 4284437c59289ca2c8eec00e7050793f196cb1b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Tue, 15 Oct 2024 14:03:05 +0200
Subject: [PATCH] Korektnejsi prace s regiony

---
 .gitlab-ci.yml             | 2 +-
 lib/CF2022/Helpers/Auth.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f8caf0..073b10f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:latest
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 0.21.3
+  IMAGE_VER: 0.21.4
 
 services:
   - docker:dind
diff --git a/lib/CF2022/Helpers/Auth.pm b/lib/CF2022/Helpers/Auth.pm
index 82c17bd..1a70b95 100644
--- a/lib/CF2022/Helpers/Auth.pm
+++ b/lib/CF2022/Helpers/Auth.pm
@@ -92,7 +92,7 @@ sub register ( $class, $self, $conf) {
             }
             elsif ( $group =~ /cen:regp/ ) {
                 return {
-                    region => 'Celostátní fórum',
+                    region => '',
                     role   => 'regp',
                 };
             }
-- 
GitLab