mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-17 16:23:56 +00:00
fix token skill issue
This commit is contained in:
@@ -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)}`,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user