diff --git a/web/components/modals/FollowModal/FollowModal.tsx b/web/components/modals/FollowModal/FollowModal.tsx index ca589447a..97f279295 100644 --- a/web/components/modals/FollowModal/FollowModal.tsx +++ b/web/components/modals/FollowModal/FollowModal.tsx @@ -99,11 +99,11 @@ export const FollowModal: FC = ({ handleClose, account, name }
Enter your username @server to follow
handleAccountChange(e.target.value)} placeholder="Your fediverse account @account@server" - defaultValue={account} + defaultValue={remoteAccount} />
You'll be redirected to your Fediverse server and asked to confirm the action.