Skip to content

Commit

Permalink
Merge pull request #77 from Holo-Host/last-bug
Browse files Browse the repository at this point in the history
fix 401 bug
  • Loading branch information
peeech authored Feb 29, 2024
2 parents cd06419 + 83f38f7 commit 1a4b3bd
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 1a4b3bd

Please sign in to comment.