diff options
author | 2023-01-19 17:37:42 +0100 | |
---|---|---|
committer | 2023-01-19 17:37:42 +0100 | |
commit | b375d3b5d68e462a53cd44a0fcee43c1713acedb (patch) | |
tree | c47f933b9d5ea6b70b414aee480760118ec35a41 | |
parent | [chore] Settings refactor fix 2 (#1357) (diff) | |
download | gotosocial-b375d3b5d68e462a53cd44a0fcee43c1713acedb.tar.xz |
[chore] Add name to instance field for autosuggestion (#1359)
-rw-r--r-- | web/source/settings/components/authorization/login.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/settings/components/authorization/login.jsx b/web/source/settings/components/authorization/login.jsx index 3115c5da2..2bcdd3652 100644 --- a/web/source/settings/components/authorization/login.jsx +++ b/web/source/settings/components/authorization/login.jsx @@ -60,6 +60,7 @@ module.exports = function Login({ }) { <TextInput field={form.instance} label="Instance" + name="instance" /> <MutationButton label="Login" result={result} /> </form> |