Browse Source

[fix] join discord

wenliming 3 years ago
parent
commit
7b935ead8f
1 changed files with 3 additions and 0 deletions
  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;
+  }
 }
 
 /**