feat: hubBlessing.php #1335
@ -17,7 +17,7 @@ export const hubBlessingController: RequestHandler = async (req, res) => {
|
|||||||
|
|
||||||
let token = "";
|
let token = "";
|
||||||
for (let i = 0; i != 32; ++i) {
|
for (let i = 0; i != 32; ++i) {
|
||||||
token += getRandomInt(0, 16).toString(16);
|
token += getRandomInt(0, 15).toString(16);
|
||||||
}
|
}
|
||||||
|
|
||||||
res.json({
|
res.json({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user