diff --git a/themes/project/static/js/cla.js b/themes/project/static/js/cla.js index 76e25f28fb73caed24e73d7d121c2235342444da..5752db8ccc10e2ab6bdf32f145390197dc87086a 100644 --- a/themes/project/static/js/cla.js +++ b/themes/project/static/js/cla.js @@ -277,6 +277,12 @@ function initClaPage() { } else { alert("Telephone is already registered!"); } + } else if (data.errorCode == 4) { + if (lang == "zh-cn") { + alert("注册邮箱与gitee账号邮箱不一致,请在这里检查:https://gitee.com/profile/emails") + } else { + alert("The submit email is not the gitee account email. Please checck in https://gitee.com/profile/emails."); + } } } }