mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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({
|
||||
id: "homeserver",
|
||||
type: "url",
|
||||
type: "text",
|
||||
placeholder: vm.i18n`Your matrix homeserver`,
|
||||
value: vm.defaultHomeServer,
|
||||
disabled
|
||||
|
Loading…
Reference in New Issue
Block a user