Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#5288 from zhangjian10/main
Browse files Browse the repository at this point in the history
fix: Determine if Tencent is authorized
  • Loading branch information
Dogtiti authored Aug 19, 2024
2 parents 495b321 + 1102ef6 commit 1e59948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const useAccessStore = createPersistStore(
this.isValidBaidu() ||
this.isValidByteDance() ||
this.isValidAlibaba() ||
this.isValidTencent ||
this.isValidTencent() ||
this.isValidMoonshot() ||
this.isValidIflytek() ||
!this.enabledAccessControl() ||
Expand Down

0 comments on commit 1e59948

Please sign in to comment.