Skip to content

Commit 4851047

Browse files
wip
1 parent 0508b77 commit 4851047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected function redirectUris(): Attribute
158158
*/
159159
public function firstParty()
160160
{
161-
return $this->hasGrantType('personal_access') || $this->hasGrantType('password');
161+
return empty($this->user_id);
162162
}
163163

164164
/**

0 commit comments

Comments
 (0)