diff --git a/src/utils/authcore.ts b/src/utils/authcore.ts index d8850af..a4d6b9b 100644 --- a/src/utils/authcore.ts +++ b/src/utils/authcore.ts @@ -70,7 +70,7 @@ export async function initAuthcore( container: containerId, root: `${authcoreApiHost}/widgets`, initialScreen: initialScreen, - socialLoginPaneStyle: 'top', + socialLoginPaneStyle: 'bottom', socialLoginPaneOption: 'grid', internal: true, language: options.language?.toLowerCase().includes('zh') ? 'zh-hk' : 'en',