Skip to content

Commit

Permalink
🚸 Hide social options in authcore login
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 authored and williamchong committed Jun 27, 2024
1 parent 1223083 commit 06adb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stores/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const useWalletStore = defineStore('wallet', () => {
connectWalletTitle: 'Login',
connectWalletMobileWarning: 'Mobile Warning',
language: 'en',
authcoreClientId: 'likecoin-app-hidesocial', // 'likecoin-app' if show all social options
authcoreApiHost: IS_TESTNET
? 'https://likecoin-integration-test.authcore.io'
: 'https://authcore.like.co',
Expand Down

0 comments on commit 06adb59

Please sign in to comment.