Skip to content

Commit

Permalink
docs: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 23, 2023
1 parent b027583 commit 0f27698
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Config/ShieldOAuthConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class ShieldOAuthConfig extends BaseConfig
* --------------------------------------------------------------------------
* Turn ON/OFF user data update
*
* If the user is already registered, by default when trying to login, he/she information will be synchronized.
* if you want to cancel it, set false.
* If the user is already registered, by default when trying to login, their
* information will be synchronized. If you want to cancel it, set to false.
*/
public bool $syncingUserInfo = true;

Expand All @@ -95,9 +95,9 @@ class ShieldOAuthConfig extends BaseConfig
* Set your custom call-back name
*
* When the user login with his profile, the OAuth server directs him to the following path.
* So change this value only when you need to make an customez.
* By default it returns to the following path:
* http:\\localhost:8080\oauth\call-back
* So change this value only when you need to customize it.
* By default, it returns to the following path:
* http://localhost:8080/oauth/call-back
*/
public string $call_back_route = 'call-back';
}

0 comments on commit 0f27698

Please sign in to comment.