fix: unify PIN hashing across CLI, FSM, and web (closes #2) #7

Merged
alee merged 16 commits from fix/issue-2-pin-unification into main 2026-04-05 16:59:51 +00:00
Showing only changes of commit 17721eeaa7 - Show all commits

View File

@@ -3,8 +3,6 @@
import logging
import sys
import tomllib
log = logging.getLogger(__name__)
from pathlib import Path
from typing import Self
@@ -26,6 +24,8 @@ from vigilar.constants import (
CameraLocation,
)
log = logging.getLogger(__name__)
# --- Camera Config ---
class CameraConfig(BaseModel):