增加说明和登录优化
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ class PixivAuth {
|
||||
|
||||
this.accessToken = tokenData.access_token;
|
||||
this.refreshToken = tokenData.refresh_token;
|
||||
|
||||
|
||||
// 如果响应中包含用户信息,则保存
|
||||
if (tokenData.user) {
|
||||
this.user = tokenData.user;
|
||||
|
||||
Reference in New Issue
Block a user