trivial change
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
10508a41b1
commit
2d0a2d6436
@ -576,7 +576,6 @@ Future<bool?> verificationCodeDialog(UserPayload? user) async {
|
|||||||
if (resp.access_token != null) {
|
if (resp.access_token != null) {
|
||||||
await bind.mainSetLocalOption(
|
await bind.mainSetLocalOption(
|
||||||
key: 'access_token', value: resp.access_token!);
|
key: 'access_token', value: resp.access_token!);
|
||||||
gFFI.userModel.refreshCurrentUser();
|
|
||||||
close(true);
|
close(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user