mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
comment typo
This commit is contained in:
parent
e7ac66ad04
commit
9e15bda803
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ async function loadApp() {
|
|||
const params = parseQs(window.location);
|
||||
|
||||
// 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);
|
||||
|
||||
if (!preventRedirect) {
|
||||
|
|
Loading…
Reference in a new issue