From 4d10ba4297b7bac256642ab7af1fd517a59e2aec Mon Sep 17 00:00:00 2001 From: IanShaw027 Date: Mon, 20 Apr 2026 22:50:41 +0800 Subject: [PATCH] fix: complete wechat pending auth callback flows --- .../src/views/auth/WechatCallbackView.vue | 389 +++++++++++++++++- .../auth/__tests__/WechatCallbackView.spec.ts | 258 ++++++++++++ 2 files changed, 630 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/auth/WechatCallbackView.vue b/frontend/src/views/auth/WechatCallbackView.vue index 795abab0..adb714bc 100644 --- a/frontend/src/views/auth/WechatCallbackView.vue +++ b/frontend/src/views/auth/WechatCallbackView.vue @@ -15,7 +15,16 @@ -
+
+ + + + + +
@@ -169,11 +296,12 @@