Skip to content

Commit 64bdf40

Browse files
committed
fix: not return array
1 parent 4f64873 commit 64bdf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plain Craft Launcher 2/Pages/PageLaunch/MyMsgLogin.xaml.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
Dim ResultJson As JObject = GetJson(Result)
135135
McLaunchLog($"令牌过期时间:{ResultJson("expires_in")} 秒")
136136
Hint("网页登录成功!", HintType.Finish)
137-
Finished(ResultJson)
137+
Finished({ResultJson("access_token").ToString, ResultJson("refresh_token").ToString})
138138
Return
139139
Catch ex As Exception
140140
If ex.Message.Contains("authorization_declined") Or ex.Message.Contains("access_denied") Then

0 commit comments

Comments
 (0)