mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
forgot to change the type of the hs field, so it still nags
This commit is contained in:
parent
d94aeff98c
commit
f5db6babf2
@ -35,7 +35,7 @@ export class LoginView extends TemplateView {
|
|||||||
});
|
});
|
||||||
const homeserver = t.input({
|
const homeserver = t.input({
|
||||||
id: "homeserver",
|
id: "homeserver",
|
||||||
type: "url",
|
type: "text",
|
||||||
placeholder: vm.i18n`Your matrix homeserver`,
|
placeholder: vm.i18n`Your matrix homeserver`,
|
||||||
value: vm.defaultHomeServer,
|
value: vm.defaultHomeServer,
|
||||||
disabled
|
disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user