fix: position of method invocation (#2188)
* fix: move call to `checkUsrInUrl` outside the `if` branch * chore: bundle update
This commit is contained in:
@@ -571,9 +571,8 @@ window.windowMixin = {
|
||||
)
|
||||
|
||||
this.g.extensions = extensions
|
||||
|
||||
await this.checkUsrInUrl()
|
||||
}
|
||||
await this.checkUsrInUrl()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user