提交 5fad2415 authored 作者: Whispa's avatar Whispa

commit

上级 c68ec3b8
......@@ -254,7 +254,7 @@ public class AuthController extends Controller {
userInfo.setNick(user.getNick());
}
if( user.getEmail() != null && isEmailValid(user.getEmail()) ){
if( user.getEmail() != null ){
userInfo.setEmail(user.getEmail());
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论