fix no scope token request
This commit is contained in:
@@ -81,7 +81,7 @@ export default class SugoiAuthProvider {
|
||||
return this.#token
|
||||
}
|
||||
}
|
||||
this.#token=await this.addUser(...scopeSets[0]).then(getTwurpleProxy)
|
||||
this.#token=await this.addUser(...(scopeSets[0]||[])).then(getTwurpleProxy)
|
||||
return this.#token
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user