| // 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 }; | |
| } | |
| // 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 }; | |
| } | |