Commit bdd8dc2
committed
Refactor access token variable in SocialAuthController for clarity
This commit renames the variable holding the access token from `$token` to `$accessToken` in the handleGoogleCallback method of the SocialAuthController. This change improves code readability and maintains consistency in naming conventions.1 parent ec8eadf commit bdd8dc2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments