forgot to change the type of the hs field, so it still nags

This commit is contained in:
Bruno Windels 2021-04-08 10:27:50 +02:00
parent d94aeff98c
commit f5db6babf2

View file

@ -35,7 +35,7 @@ export class LoginView extends TemplateView {
});
const homeserver = t.input({
id: "homeserver",
type: "url",
type: "text",
placeholder: vm.i18n`Your matrix homeserver`,
value: vm.defaultHomeServer,
disabled