Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-02-20 15:58:47 +03:00
parent 4ca8abb52f
commit 47ca23f970
5 changed files with 29 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ func ForgotPasswordHandler(
_, _ = db.Exec(`
INSERT INTO dfusr_password_reset (
dfusr_id,
token,
token_hash,
expires_at
)
VALUES ($1, $2, $3)