mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove no-longer accurate comment.
This commit is contained in:
parent
45c8500f28
commit
a063efe250
@ -87,8 +87,7 @@ function parseQs(location) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Here, we do some crude URL analysis to allow
|
// Here, we do some crude URL analysis to allow
|
||||||
// deep-linking. We only support registration
|
// deep-linking.
|
||||||
// deep-links in this example.
|
|
||||||
function routeUrl(location) {
|
function routeUrl(location) {
|
||||||
var params = parseQs(location);
|
var params = parseQs(location);
|
||||||
var loginToken = params.loginToken;
|
var loginToken = params.loginToken;
|
||||||
|
Loading…
Reference in New Issue
Block a user