make nonce null by default
All checks were successful
rvr-nextgen/pipeline/head This commit looks good

This commit is contained in:
Bence Pőcze 2026-04-13 23:45:19 +02:00
parent 8a3fe76499
commit 829769bd75
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -19,7 +19,7 @@ class OAuthSession extends Model
private array $scope = [];
private ?string $nonce = '';
private ?string $nonce = null;
private ?string $codeChallenge = null;