Skip to content

Commit 14aef24

Browse files
authored
fix: wrong line of code in verify credentials code (#9)
1 parent 277cd11 commit 14aef24

File tree

1 file changed

+0
-1
lines changed
  • examples/javascript/src/migration-lambda

1 file changed

+0
-1
lines changed

examples/javascript/src/migration-lambda/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const authHandler = async (event, token) => {
2424
{
2525
email: event.userName,
2626
password: event.request.password,
27-
user: response.body?.user,
2827
},
2928
token
3029
);

0 commit comments

Comments
 (0)