EditProfile: use instance.domain in nip05 placeholder
This commit is contained in:
parent
4e7a3e018c
commit
47492bac9a
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ const EditProfile: React.FC = () => {
|
||||||
type='text'
|
type='text'
|
||||||
value={data.nip05}
|
value={data.nip05}
|
||||||
onChange={handleTextChange('nip05')}
|
onChange={handleTextChange('nip05')}
|
||||||
placeholder={intl.formatMessage(messages.nip05Placeholder, { domain: location.host })}
|
placeholder={intl.formatMessage(messages.nip05Placeholder, { domain: instance.domain })}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue