Skip to content

Commit

Permalink
Don't show trashed users on OAuth client edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jul 10, 2024
1 parent de79802 commit 1d2696f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Nova/OAuth2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function fields(Request $request): array

BelongsTo::make('User')
->searchable()
->withoutTrashed()
->help(
'This should be null for the personal access client, and otherwise populated with the user '
.'responsible for this client.'
Expand Down

0 comments on commit 1d2696f

Please sign in to comment.