feat: Add LinkTelegram page and routing; enhance login flow to support redirection from linkTelegram

This commit is contained in:
sebseb7
2026-03-27 01:29:04 +01:00
parent 5b7f0f788c
commit 7202c43dfa
5 changed files with 265 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ server {
default_type application/xml;
}
location ~ ^/(datenschutz|impressum|batteriegesetzhinweise|widerrufsrecht|sitemap|agb|Kategorien|Konfigurator|404|profile|resetPassword|thc-test|filiale|aktionen|presseverleih|payment/success)(/|$) {
location ~ ^/(datenschutz|impressum|batteriegesetzhinweise|widerrufsrecht|sitemap|agb|Kategorien|Konfigurator|404|profile|resetPassword|thc-test|linkTelegram|filiale|aktionen|presseverleih|payment/success)(/|$) {
types {}
default_type text/html;
}