mirror of https://github.com/vector-im/riot-web
comment typo
parent
e7ac66ad04
commit
9e15bda803
|
@ -188,7 +188,7 @@ async function loadApp() {
|
||||||
const params = parseQs(window.location);
|
const params = parseQs(window.location);
|
||||||
|
|
||||||
// don't try to redirect to the native apps if we're
|
// don't try to redirect to the native apps if we're
|
||||||
// verifying an 3pid
|
// verifying a 3pid
|
||||||
const preventRedirect = Boolean(fragparts.params.client_secret);
|
const preventRedirect = Boolean(fragparts.params.client_secret);
|
||||||
|
|
||||||
if (!preventRedirect) {
|
if (!preventRedirect) {
|
||||||
|
|
Loading…
Reference in New Issue