We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dc2ae commit 28b87a7Copy full SHA for 28b87a7
packages/auth/src/auth.ts
@@ -90,8 +90,6 @@ export const initAuth = (db: dbClient) => {
90
},
91
});
92
93
- console.log(user.image);
94
-
95
const allowedFileExtensions = ["jpg", "jpeg", "png", "webp"];
96
97
const fileExtension = user.image.split('.').pop()?.split('?')[0] || 'jpg';
0 commit comments