Browse Source

[fix] join discord

wenliming 3 năm trước cách đây
mục cha
commit
7b935ead8f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/view/iframe/red-packet/red-packet.vue

+ 3 - 0
src/view/iframe/red-packet/red-packet.vue

@@ -1249,6 +1249,9 @@ function discordLoginSuccess() {
   if (joinDiscordActionState == 'authAndJoinIng') {
     openInviteUrl();
   }
+  if(discordAuthorizeRequired) {
+    discordAuthorizeRequired = false;
+  }
 }
 
 /**