Skip to content

Commit

Permalink
Update test project fixture again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 30, 2023
1 parent b31a717 commit f8318a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __fixtures__/test-project/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@redwoodjs/api": "6.0.7",
"@redwoodjs/auth-dbauth-api": "7.0.0-canary.787",
"@redwoodjs/auth-dbauth-api": "7.0.0-canary.789",
"@redwoodjs/graphql-server": "6.0.7"
}
}
2 changes: 1 addition & 1 deletion __fixtures__/test-project/api/src/functions/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const handler = async (
// client when invoking a handler that returns a user (like forgotPassword
// and signup). This list should be as small as possible to be sure not to
// leak any sensitive information to the client.
allowedUserFields = ['id', 'email'],
allowedUserFields: ['id', 'email'],

// Specifies attributes on the cookie that dbAuth sets in order to remember
// who is logged in. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "7.0.0-canary.787",
"@redwoodjs/auth-dbauth-web": "7.0.0-canary.789",
"@redwoodjs/forms": "6.0.7",
"@redwoodjs/router": "6.0.7",
"@redwoodjs/web": "6.0.7",
Expand Down

0 comments on commit f8318a8

Please sign in to comment.