The login flow for mobile uses landing, while the on for web is contained within web.
In earlier versions of Rainbowkit/Wagmi, we could include injectedWallet and it would be hidden when viewed from a mobile device.
It's now being included, which isn't desirable for us since our login flow for mobile is rendered instead of a WebView on native.
This diff lets us use a different set of wallets for web and landing, with injectedWallet being excluded by landing.
Depends on D11489