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') ?: '';