Explorar el Código

Merge pull request #5288 from zhangjian10/main

fix: Determine if Tencent is authorized
Dogtiti hace 1 año
padre
commit
1e59948358
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/store/access.ts

+ 1 - 1
app/store/access.ts

@@ -183,7 +183,7 @@ export const useAccessStore = createPersistStore(
         this.isValidBaidu() ||
         this.isValidByteDance() ||
         this.isValidAlibaba() ||
-        this.isValidTencent ||
+        this.isValidTencent() ||
         this.isValidMoonshot() ||
         this.isValidIflytek() ||
         !this.enabledAccessControl() ||