comment typo

pull/1951/head
Richard van der Hoff 2016-08-11 12:49:57 +01:00 committed by GitHub
parent e7ac66ad04
commit 9e15bda803
1 changed files with 1 additions and 1 deletions

View File

@ -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) {