Skip to content

Commit

Permalink
Merge branch 'master' into feat/bind-wxaccount
Browse files Browse the repository at this point in the history
  • Loading branch information
周雅风 committed Jan 18, 2024
2 parents 6d77188 + 8b73ec4 commit 03a7f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/miniapp/src/helpers/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function interceptResponseData (url: string, data: any) {
{
test: /(\/oidc\/token\/revocation)$/,
validate () {
return data === ''
return true
}
}
]
Expand Down

0 comments on commit 03a7f3c

Please sign in to comment.