Skip to content

Commit

Permalink
🚸 Move 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 4c8b5d4 commit a2db163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/authcore/authcore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class AuthCoreAPI {
this.client = new AuthCore({
clientId,
baseUrl: baseURL,
socialLoginPaneStyle: "top",
socialLoginPaneStyle: "bottom",
language: findBestAvailableLanguage(),
company: "LikeCoin",
initialScreen: "register",
Expand Down

0 comments on commit a2db163

Please sign in to comment.