File size: 255 Bytes
e1bb50d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
// Stub for WeChat adapter protocol
export const WECHAT_DEFAULT_BASE_URL = 'https://api.weixin.qq.com';

export async function startWechatLoginWithQr() {
  return { ok: false };
}

export async function pollWechatLoginWithQr() {
  return { ok: false };
}