trivial change

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-06-21 16:47:01 +08:00
parent 10508a41b1
commit 2d0a2d6436

View File

@ -576,7 +576,6 @@ Future<bool?> verificationCodeDialog(UserPayload? user) async {
if (resp.access_token != null) {
await bind.mainSetLocalOption(
key: 'access_token', value: resp.access_token!);
gFFI.userModel.refreshCurrentUser();
close(true);
return;
}