mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
rename access to license
This commit is contained in:
@@ -26,7 +26,7 @@ export async function generateTokenRequest(req: GenerateTokenRequest, res: Respo
|
|||||||
if (licenseKey) {
|
if (licenseKey) {
|
||||||
return res.status(200).send(`
|
return res.status(200).send(`
|
||||||
<h1>
|
<h1>
|
||||||
Your access key:
|
Your license key:
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
<b>
|
<b>
|
||||||
@@ -40,7 +40,7 @@ export async function generateTokenRequest(req: GenerateTokenRequest, res: Respo
|
|||||||
} else {
|
} else {
|
||||||
return res.status(401).send(`
|
return res.status(401).send(`
|
||||||
<h1>
|
<h1>
|
||||||
Failed to generate an access key
|
Failed to generate an license key
|
||||||
</h1>
|
</h1>
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user