Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Jul 27, 2023
1 parent 69f422f commit 15a7c63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Config/Kinde.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ class Kinde extends BaseConfig
public string $clientSecret = '';
public string $grantType = GrantType::authorizationCode;

/**
* User profile defaults
*/
public string $defaultLanguage = 'pl';

public string $defaultTimezone = 'Europe/Warsaw';

public function afterCallbackSuccess()
Expand Down

0 comments on commit 15a7c63

Please sign in to comment.