mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-18 04:30:58 +01:00
[chore] Add name to instance field for autosuggestion (#1359)
This commit is contained in:
parent
747683ba54
commit
b375d3b5d6
@ -60,6 +60,7 @@ module.exports = function Login({ }) {
|
||||
<TextInput
|
||||
field={form.instance}
|
||||
label="Instance"
|
||||
name="instance"
|
||||
/>
|
||||
<MutationButton label="Login" result={result} />
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user