File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ interface SocialBaseConfigure {
1717
1818export interface SocialGoogleConfigure extends SocialBaseConfigure {
1919 authClientId : string ;
20+ googleClientId : string ;
2021 verifier : string ;
2122}
2223
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import {
1111 SocialTwitterConfigure ,
1212 SocialType ,
1313} from '../../core' ;
14+ import { GNO_ADDRESS_PREFIX } from '../../core/constants/chains.constant' ;
1415import { hexToUint8Array } from '../../core/utils/encode.utils' ;
1516import { GnoWalletProvider } from './gno-wallet' ;
16- import { GNO_ADDRESS_PREFIX } from '../../core/constants/chains.constant' ;
1717
1818export class GnoSocialWalletProvider extends GnoWalletProvider {
1919 private web3auth : Web3AuthNoModal ;
@@ -130,7 +130,7 @@ export class GnoSocialWalletProvider extends GnoWalletProvider {
130130 [ socialType ] : {
131131 typeOfLogin : 'google' ,
132132 name : config . name ,
133- clientId : config . authClientId ,
133+ clientId : config . googleClientId ,
134134 verifier : config . verifier ,
135135 } ,
136136 } ,
You can’t perform that action at this time.
0 commit comments