Skip to content

Commit bfdf75d

Browse files
authored
Fix misplaced full stop in URL
1 parent 7936694 commit bfdf75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/wallets/authereum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function authereum(options: CommonWalletOptions): WalletModule {
4545
},
4646
desktop: true,
4747
mobile: true,
48-
url: `https://${networkId !== 1 ? networkName(networkId) : ''}.authereum.com/`,
48+
url: `https://${networkId !== 1 ? `${networkName(networkId)},` : ''}authereum.com/`,
4949
preferred
5050
}
5151
}

0 commit comments

Comments
 (0)