Skip to content

Commit

Permalink
update resolveAuthInput return statement (keystonejs#4105)
Browse files Browse the repository at this point in the history
no resolvedData provided as such in resolveAuthInput.

Co-authored-by: Jed Watson <[email protected]>
  • Loading branch information
gautamsi and JedWatson authored Nov 2, 2020
1 parent 37bc79b commit c4a1d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ const resolveAuthInput = ({
}) => {
// Input resolution logic
// Object returned is used in place of resolvedData
const resolvedData = originalInput;
return resolvedData;
};
```
Expand Down

0 comments on commit c4a1d75

Please sign in to comment.