fix upgrade

This commit is contained in:
Yann Autissier
2025-08-10 12:57:50 +02:00
parent 45b6418679
commit 20d6cdfe72
7 changed files with 9 additions and 10 deletions
-1
View File
@@ -195,7 +195,6 @@ JWT = $(strip \
$(eval b64_payload := $(call base64t,$(payload))) \
$(eval b64_signature := $(call base64t,$(call hs256,$(b64_header).$(b64_payload),$(secret)))) \
$(eval b64_signature := $(call b64_hs256,$(b64_header).$(b64_payload),$(secret))) \
$(if $(DEBUG),$(header) - $(payload) - $(secret) --- ) \
$(b64_header).$(b64_payload).$(b64_signature))
# macro RESU: Print USER associated to MAIL