+
+
+ {recoveryKey?.label ? `${recoveryKey.label}, let's` : "Let's"} recover your funds
+
+
+ Sign with the passkey on this device to move your balance to any address.
+
+
+
+
+
+ Wallet
+
+
+ {formattedBalance} {PEANUT_WALLET_TOKEN_SYMBOL}
+
+
+
+ {nothingToRecover ? (
+
+ ) : (
+ <>
+
{
+ setRecipient(update.recipient)
+ setRecipientError(update.errorMessage)
+ setInputChanging(update.isChanging)
+ }}
+ />
+
+ {!!signError && }
+ >
+ )}
+