fix token skill issue

This commit is contained in:
Ax333l 2023-01-06 18:14:27 +01:00
parent 24af6f54e4
commit bf0f48fc30
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

@ -55,7 +55,7 @@
const response = await fetch('https://poll.revanced.app/auth/exchange', {
method: "POST",
headers: {
"Authorization": location.hash
"Authorization": `Bearer ${location.hash.substring(1)}`,
}
});