修改email注册的渠道号

This commit is contained in:
zhl 2023-05-10 19:26:38 +08:00
parent 6f3262af9d
commit c2a36696b2

View File

@ -70,7 +70,7 @@ export async function walletPreLogin(channel: number) {
let res: any = await new NativeSvr().signWithTwitter();
window.debug && console.log("native twitter res: " + res);
tokenRes = await twitterAuth(res);
} else if (channel == 6) {
} else if (channel == 5) {
let res: any = await new NativeSvr().signWithEmail();
window.debug && console.log("native twitter res: " + res);
tokenRes = await twitterAuth(res);