Fix mail validation

This commit is contained in:
2025-12-15 18:39:33 +01:00
parent 888adc4743
commit 94645f9dbf
9 changed files with 39 additions and 37 deletions

View File

@@ -24,7 +24,7 @@ export default defineEventHandler(async (e) => {
if(result && result.id)
{
const id = hash('reset' + result.id + result.hash, Date.now());
const id = hash('reset' + result.id + result.hash, Date.now()).toString(10);
const timestamp = Date.now() + 1000 * 60 * 60;
await runTask('validation', {
payload: {