fix(core.gbapp): #387 adding /setupSecurity multiple tokens. Refresh token fix. @othonlima @christopherdecastilho.
This commit is contained in:
parent
c855934fdf
commit
91034dab77
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ export class GBVMService extends GBService {
|
||||||
// Transfers auto variables into global object.
|
// Transfers auto variables into global object.
|
||||||
|
|
||||||
for(__indexer in this.variables) {
|
for(__indexer in this.variables) {
|
||||||
global[__indexer] = this.variables[i];
|
global[__indexer] = this.variables[__indexer];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue