From 555b6a261f1869f1b3f660c2dcecd1200c2c56bf Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 24 Apr 2026 01:00:08 +0300 Subject: [PATCH] Fix: Add Tripz-Wallet to allowed audiences --- config/intaleq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/intaleq.php b/config/intaleq.php index 9d48c96..bd146d0 100644 --- a/config/intaleq.php +++ b/config/intaleq.php @@ -61,6 +61,6 @@ return [ // Wallet Security 'wallet_jwt_secret' => env('WALLET_JWT_SECRET'), 'wallet_hmac_secret' => env('WALLET_HMAC_SECRET'), - 'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', '')), + 'wallet_allowed_audiences' => explode(',', env('WALLET_ALLOWED_AUDIENCES', 'Tripz-Wallet')), 'fp_pepper' => env('FP_PEPPER', ''), ];