mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
ReviewDB: Fix website url (#2318)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
0d052e5097
commit
578e042c95
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export const settings = definePluginSettings({
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button onClick={async () => {
|
<Button onClick={async () => {
|
||||||
let url = "https://reviewdb.mantikafasi.dev/";
|
let url = "https://reviewdb.mantikafasi.dev";
|
||||||
const token = await getToken();
|
const token = await getToken();
|
||||||
if (token)
|
if (token)
|
||||||
url += "/api/redirect?token=" + encodeURIComponent(token);
|
url += "/api/redirect?token=" + encodeURIComponent(token);
|
||||||
|
|
Loading…
Reference in a new issue