feat: change the method "login" to correct param "signup" (#3971)

This commit is contained in:
raiki02
2025-07-19 00:49:00 +08:00
committed by GitHub
parent a39b121280
commit 7aa0b2e63f

View File

@@ -63,7 +63,7 @@ class WeChatLoginPanel extends React.Component {
this.setState({qrCode: res.data, loading: false, ticket: res.data2});
this.clearPolling();
this.pollingTimer = setInterval(() => {
Util.getEvent(application, wechatProviderItem.provider, res.data2, "login");
Util.getEvent(application, wechatProviderItem.provider, res.data2, "signup");
}, 1000);
} else {
this.setState({qrCode: null, loading: false, ticket: null});