Skip to content

Commit

Permalink
feat: change getByIdentifier error copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Dec 6, 2024
1 parent fe8636c commit 87ce425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/lib/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getByIdentifier(string $identifier): PassageUser
null,
404,
null,
"{\"code\":\"user_not_found\",\"error\":\"Could not find user with that identifier.\"}",
"{\"code\":\"user_not_found\",\"error\":\"User not found.\"}",
),
);
}
Expand Down

0 comments on commit 87ce425

Please sign in to comment.