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

Commit

Permalink
0.5.117
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jul 9, 2024
1 parent 63b7e81 commit 0b11a71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 0 additions & 2 deletions lib/plugins/auth/routes/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0b11a71

Please sign in to comment.