Skip to content

Commit

Permalink
fix 401 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
peeech committed Feb 29, 2024
1 parent cd06419 commit 83f38f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/zt_registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const handle = async req => {

if (isVerifiedUser(email)) return addZeroTierMember(zerotier_address, holochain_agent_id, email)

respond(401)
return respond(401)
} catch (e) {
console.log(e)
return respond(401)
Expand Down

0 comments on commit 83f38f7

Please sign in to comment.