mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-08 10:24:28 +02:00
fix token skill issue
This commit is contained in:
parent
24af6f54e4
commit
bf0f48fc30
@ -55,7 +55,7 @@
|
|||||||
const response = await fetch('https://poll.revanced.app/auth/exchange', {
|
const response = await fetch('https://poll.revanced.app/auth/exchange', {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Authorization": location.hash
|
"Authorization": `Bearer ${location.hash.substring(1)}`,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user