fix for security bug

This commit is contained in:
onysd 2026-07-31 15:29:04 +03:00
parent 7af0e9af58
commit 58ca71f0b7
5 changed files with 68 additions and 12 deletions

View file

@ -12,7 +12,6 @@ import (
const (
passwordHashSize = 256
recoveryCode = "12345"
recoveryCodeTTL = 15 * 60
)