修改email注册的渠道号
This commit is contained in:
parent
6f3262af9d
commit
c2a36696b2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user