mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix values in the follow form
This commit is contained in:
parent
9718169686
commit
5742845b7c
@ -99,11 +99,11 @@ export const FollowModal: FC<FollowModalProps> = ({ handleClose, account, name }
|
||||
<div>
|
||||
<div className={styles.instructions}>Enter your username @server to follow</div>
|
||||
<Input
|
||||
value={account}
|
||||
value={remoteAccount}
|
||||
size="large"
|
||||
onChange={e => handleAccountChange(e.target.value)}
|
||||
placeholder="Your fediverse account @account@server"
|
||||
defaultValue={account}
|
||||
defaultValue={remoteAccount}
|
||||
/>
|
||||
<div className={styles.footer}>
|
||||
You'll be redirected to your Fediverse server and asked to confirm the action.
|
||||
|
Loading…
x
Reference in New Issue
Block a user