Skip to content

Commit

Permalink
👔 Move Authcore social login to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Sep 5, 2024
1 parent 1849ded commit d56c6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/authcore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d56c6b4

Please sign in to comment.