Skip to content

Commit

Permalink
remove user email from offchain data
Browse files Browse the repository at this point in the history
  • Loading branch information
smoke-indica committed Sep 1, 2020
1 parent 479d8f8 commit 5d9226b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/app_render.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ async function appRender(ctx, locales = false, resolvedAssets = false) {
offchain.user = {
id: user_id,
name: user.name,
email: user.email,
picture: user.picture_small,
prv: ctx.session.prv,
account_status: user.account_status,
Expand Down

0 comments on commit 5d9226b

Please sign in to comment.