trivial change
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
10508a41b1
commit
2d0a2d6436
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue