Skip to content

Commit b647d20

Browse files
committed
Merge branch 'master' of github.com:Authing/authing-js-sdk
2 parents ca406f1 + f7f211f commit b647d20

File tree

2 files changed

+276
-39787
lines changed

2 files changed

+276
-39787
lines changed

dist/authing-js-sdk.js

Lines changed: 275 additions & 39786 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ Authing.prototype = {
798798
.then(function(list) {
799799
if(list) {
800800
return list.filter(function(item) {
801-
return item.enabled && item.alias != 'wxapp';
801+
return item.enabled;
802802
});
803803
}else {
804804
throw {

0 commit comments

Comments
 (0)