File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { Label } from '@/components/ui/label';
1818import { useChainSwitch } from '@/hooks/useChainSwitch' ;
1919import { ErrorAlert } from '@/modules/ErrorAlert' ;
2020import useUserStore from '@/stores/useUser.store' ;
21- import { getBlockExplorerUrl } from '@/utils/chain.utils' ;
21+ import { getBlockExplorerUrl , getChainFromId } from '@/utils/chain.utils' ;
2222import { nrlcToRlc } from '@/utils/nrlcToRlc' ;
2323import wagmiNetworks from '@/utils/wagmiNetworks' ;
2424
@@ -138,6 +138,7 @@ export function Faucet() {
138138 </ div >
139139 < SignedOut >
140140 < SignIn
141+ fallbackRedirectUrl = { `/${ getChainFromId ( chainId ) ?. slug } /account?accountTab=Faucet` }
141142 appearance = { {
142143 theme : shadcn ,
143144 elements : {
You can’t perform that action at this time.
0 commit comments