From 0b11a718446598631c0321b5c29ac1ad8d2800ca Mon Sep 17 00:00:00 2001 From: Miguel Romero Karam Date: Tue, 9 Jul 2024 16:14:10 +0200 Subject: [PATCH] 0.5.117 --- lib/cli/src/version.ts | 2 +- lib/plugins/auth/routes/mod.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/cli/src/version.ts b/lib/cli/src/version.ts index 5f8ecef8..de2bbc39 100644 --- a/lib/cli/src/version.ts +++ b/lib/cli/src/version.ts @@ -1,5 +1,5 @@ // latest version of netzo/cli (see https://github.com/netzo/netzo/releases) -export const VERSION = "0.5.116"; +export const VERSION = "0.5.117"; // minimum version of Deno required to run this CLI // (see https://github.com/denoland/deployctl/blob/main/src/version.ts) diff --git a/lib/plugins/auth/routes/mod.ts b/lib/plugins/auth/routes/mod.ts index 611990a0..cbebc42c 100644 --- a/lib/plugins/auth/routes/mod.ts +++ b/lib/plugins/auth/routes/mod.ts @@ -72,8 +72,6 @@ export const getRoutesByProvider = ( if (user[key] === undefined) delete user[key]; }); - console.log({ userProvider, userCurrent, user }); - if (!userCurrent) { if (allowNewUserRegistration === true) { await ctx.state.auth.createUser(user);