Skip to content

Commit fc66221

Browse files
committed
Remove some console logs
1 parent f94b395 commit fc66221

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonjoy/redwoodjs-dbauth-oauth-api",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Server-side OAuth communication and database management for RedwoodJS projects using dbAuth. Follows the dbAuth integration pattern and reuses some of its functionality and configurations.",
55
"author": "Ari Mendelow <ari@spoonjoy.app>",
66
"homepage": "https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/api",

api/src/OAuthHandler.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,6 @@ export class OAuthHandler<
863863
csrfToken
864864
)
865865
)
866-
867-
console.log('Built session response - session data:', sessionData)
868-
console.log('Built session response - headers:', headers)
869-
870866
return this._redirectToSite(sessionData, headers)
871867
}
872868

sample-oauth-project/api/src/functions/auth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ export const handler = async (
185185
},
186186
})
187187

188-
console.log('event.path', event.path)
189-
190188
switch (event.path) {
191189
case '/auth':
192190
return await authHandler.invoke()

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonjoy/redwoodjs-dbauth-oauth-web",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Client-side OAuth integration for RedwoodJS projects using dbAuth. Also includes ready-to-use buttons for signup/login/link/unlink operations.",
55
"author": "Ari Mendelow <ari@spoonjoy.app>",
66
"homepage": "https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/web",

0 commit comments

Comments
 (0)