summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-01-19 17:37:42 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-19 17:37:42 +0100
commitb375d3b5d68e462a53cd44a0fcee43c1713acedb (patch)
treec47f933b9d5ea6b70b414aee480760118ec35a41
parent[chore] Settings refactor fix 2 (#1357) (diff)
downloadgotosocial-b375d3b5d68e462a53cd44a0fcee43c1713acedb.tar.xz
[chore] Add name to instance field for autosuggestion (#1359)
-rw-r--r--web/source/settings/components/authorization/login.jsx1
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>