Skip to content

Commit 5de0177

Browse files
committed
small unrelated fixes
1 parent bb7b823 commit 5de0177

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/DirectorySync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function listGroups(
9797
$params["directory"] = $directory;
9898
}
9999
if ($user) {
100-
$params["user"] = $group;
100+
$params["user"] = $user;
101101
}
102102

103103
$response = Client::request(

lib/SSO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SSO
1919
* @param null|string $provider Service provider that handles the identity of the user
2020
* @param null|string $connection Unique identifier for a WorkOS Connection
2121
* @param null|string $organization Unique identifier for a WorkOS Organization
22-
* @param null|string $domainHint DDomain hint that will be passed as a parameter to the IdP login page
22+
* @param null|string $domainHint Domain hint that will be passed as a parameter to the IdP login page
2323
* @param null|string $loginHint Username/email hint that will be passed as a parameter to the to IdP login page
2424
*
2525
* @throws Exception\UnexpectedValueException

lib/UserManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ public function revokeInvitation($invitationId)
610610
* @param null|string $provider Service provider that handles the identity of the user
611611
* @param null|string $connectionId Unique identifier for a WorkOS Connection
612612
* @param null|string $organizationId Unique identifier for a WorkOS Organization
613-
* @param null|string $domainHint DDomain hint that will be passed as a parameter to the IdP login page
613+
* @param null|string $domainHint Domain hint that will be passed as a parameter to the IdP login page
614614
* @param null|string $loginHint Username/email hint that will be passed as a parameter to the to IdP login page
615615
* @param null|string $screenHint The page that the user will be redirected to when the provider is authkit
616616
* @param null|array $providerScopes An array of provider-specific scopes

0 commit comments

Comments
 (0)