commit b375d3b5d68e462a53cd44a0fcee43c1713acedb
parent 747683ba54aa7e9cfe56542696c756c6ae225275
Author: f0x52 <f0x@cthu.lu>
Date: Thu, 19 Jan 2023 17:37:42 +0100
[chore] Add name to instance field for autosuggestion (#1359)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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>