feat(scanner): implement password reset attempt functionality for scanner users

This commit is contained in:
2026-08-13 16:44:27 -03:00
parent e33ebf0af1
commit 630b49cad7
8 changed files with 253 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ class PasswordResetRequested
public const CHANNEL_ADMINAPP = 'adminapp';
public const CHANNEL_SCANNER = 'scanner';
public function __construct(
public readonly int $attemptId,
public readonly string $tenantCode,