make nonce null by default

This commit is contained in:
Bence Pőcze 2026-04-13 23:45:19 +02:00
parent 8a3fe76499
commit 4fc00148d5
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;