From 362c04551ddead719a81e40434fceab7d999fc9c Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Mon, 11 May 2026 19:18:16 +0300 Subject: [PATCH] add new features like realtime 2026-05-11-19 --- Admin/auth/loginWallet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/auth/loginWallet.php b/Admin/auth/loginWallet.php index c9ba336..095139a 100644 --- a/Admin/auth/loginWallet.php +++ b/Admin/auth/loginWallet.php @@ -35,7 +35,7 @@ try { exit; } - $issuer = getenv('APP_ISSUER') ?: 'Tripz-Wallet'; + $issuer = 'Tripz-Wallet'; $audience = 'Tripz-Wallet'; $hmacSecret = getenv('SECRET_KEY_HMAC') ?: '';