We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd6cb6 commit 2f01e91Copy full SHA for 2f01e91
packages/auth/src/OAuth/OAuthManager.php
@@ -16,7 +16,7 @@
16
17
final class OAuthManager
18
{
19
- public private(set) string $stateSessionSlug = 'oauth-state';
+ public string $stateSessionSlug = 'oauth-state';
20
21
public function __construct(
22
private readonly OAuth2Provider $provider,
0 commit comments