From 5edf05c61d1b490e744042b5e0b00b23cae230c2 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 24 Apr 2025 17:44:39 +0200
Subject: [PATCH] correct wrong type of validUntil
---
frontend/src/graphql/mutations.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/graphql/mutations.js b/frontend/src/graphql/mutations.js
index 1c0998f27..fd0e5c8f6 100644
--- a/frontend/src/graphql/mutations.js
+++ b/frontend/src/graphql/mutations.js
@@ -210,7 +210,7 @@ export const createRedeemJwtMutation = gql`
$memo: String!
$firstName: String
$alias: String
- $validUntil: Date
+ $validUntil: String
) {
createRedeemJwt(
gradidoID: $gradidoID