fix no scope token request

This commit is contained in:
2025-01-27 04:44:35 +00:00
parent e7ba689f14
commit 3765ca1bb7
+1 -1
View File
@@ -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
}