Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 0b11a71

Browse files
committed
0.5.117
1 parent 63b7e81 commit 0b11a71

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: lib/cli/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
2-
export const VERSION = "0.5.116";
2+
export const VERSION = "0.5.117";
33

44
// minimum version of Deno required to run this CLI
55
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)

Diff for: lib/plugins/auth/routes/mod.ts

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export const getRoutesByProvider = (
7272
if (user[key] === undefined) delete user[key];
7373
});
7474

75-
console.log({ userProvider, userCurrent, user });
76-
7775
if (!userCurrent) {
7876
if (allowNewUserRegistration === true) {
7977
await ctx.state.auth.createUser(user);

0 commit comments

Comments
 (0)