forked from mystiq/hydrogen-web
forgot to change the type of the hs field, so it still nags
This commit is contained in:
parent
d94aeff98c
commit
f5db6babf2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue