From bf1e7220849b4fea3bdb9d7d3076eda531a236c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Wed, 12 Oct 2022 16:04:27 +0800 Subject: [PATCH] =?UTF-8?q?cloudIDE=20saas=E5=AE=9A=E5=88=B6api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/info.json.jbuilder | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/users/info.json.jbuilder b/app/views/users/info.json.jbuilder index 64ae9fa93..7e4ec1bd6 100644 --- a/app/views/users/info.json.jbuilder +++ b/app/views/users/info.json.jbuilder @@ -5,9 +5,5 @@ if @user.present? json.name @user.real_name json.userEmail @user.mail json.phone @user.phone - json.login @user.login - json.user_id @user.id - json.image_url url_to_avatar(@user) - json.admin @user.admin end end \ No newline at end of file