feat(scanner): implement password reset attempt functionality for scanner users
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user