提交 8c5424ca authored 作者: Whispa's avatar Whispa

commit commit

上级 e8f861c9
......@@ -304,6 +304,10 @@ public class AuthController extends Controller {
}
if( gotFromOld ){
user.setFirebaseUid(firebaseUid);
}
String very = gotFromOld ? user.getPassword() : null;
// generate token codes has been moved downwards from if condition of checking if user doesn't exist in database, because even if
// user exist we have to generate token also
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论