Skip to content

Commit 9285fda

Browse files
remove twitter from para login options
1 parent ee2ef54 commit 9285fda

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/utils/query/paraWallet.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ export const paraClient = new ParaWeb(PARA_ENV, PARA_API_KEY, paraConstructorOpt
3939

4040
export const paraModalProps = {
4141
appName: 'ENS Manager App',
42-
oAuthMethods: [
43-
OAuthMethod.GOOGLE,
44-
OAuthMethod.TWITTER,
45-
OAuthMethod.DISCORD,
46-
OAuthMethod.APPLE,
47-
OAuthMethod.FACEBOOK,
48-
],
42+
oAuthMethods: [OAuthMethod.GOOGLE, OAuthMethod.DISCORD, OAuthMethod.APPLE, OAuthMethod.FACEBOOK],
4943
} as const satisfies Partial<ParaModalProps>
5044

5145
const paraWalletItegratedOpts: GetParaIntegratedOpts = {

0 commit comments

Comments
 (0)