ReviewDB: Fix website url (#2318)

Co-authored-by: V <vendicated@riseup.net>
main
Koda!! 6 months ago committed by GitHub
parent b158cecd4b
commit c623e44786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,7 +71,7 @@ export const settings = definePluginSettings({
</Button>
<Button onClick={async () => {
let url = "https://reviewdb.mantikafasi.dev/";
let url = "https://reviewdb.mantikafasi.dev";
const token = await getToken();
if (token)
url += "/api/redirect?token=" + encodeURIComponent(token);

Loading…
Cancel
Save