mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
apply url changes to view gallery
This commit is contained in:
parent
56e51fc2aa
commit
83ac3eccc5
@ -45,7 +45,7 @@
|
|||||||
const view = new LoginView(vm({
|
const view = new LoginView(vm({
|
||||||
defaultHomeServer: "https://hs.tld",
|
defaultHomeServer: "https://hs.tld",
|
||||||
login: () => alert("Logging in!"),
|
login: () => alert("Logging in!"),
|
||||||
goBack: () => alert("Going back"),
|
cancelUrl: "#/session"
|
||||||
}));
|
}));
|
||||||
document.getElementById("login").appendChild(view.mount());
|
document.getElementById("login").appendChild(view.mount());
|
||||||
</script>
|
</script>
|
||||||
@ -59,6 +59,7 @@
|
|||||||
loadLabel: "Doing something important...",
|
loadLabel: "Doing something important...",
|
||||||
loading: true,
|
loading: true,
|
||||||
}),
|
}),
|
||||||
|
cancelUrl: "#/session",
|
||||||
defaultHomeServer: "https://hs.tld",
|
defaultHomeServer: "https://hs.tld",
|
||||||
}));
|
}));
|
||||||
document.getElementById("login-loading").appendChild(view.mount());
|
document.getElementById("login-loading").appendChild(view.mount());
|
||||||
|
Loading…
Reference in New Issue
Block a user