mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
e56a4894b7
* feat(core): wrap wechat web connector * feat(core): wrap wechat native connector * feat(core): fix dependency and remove query-string.stringify()
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export const mockedConfig = {
|
|
appId: '<app-id>',
|
|
appSecret: '<app-secret>',
|
|
};
|