mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-31 12:37:20 +00:00
fix endroid handleColor
This commit is contained in:
@@ -61,7 +61,7 @@ class EndroidQrCodeProvider implements IQRCodeProvider
|
||||
return $qrCode;
|
||||
}
|
||||
|
||||
private function handleColor(string $color): string
|
||||
private function handleColor(string $color): Color
|
||||
{
|
||||
$split = str_split($color, 2);
|
||||
$r = hexdec($split[0]);
|
||||
|
||||
Reference in New Issue
Block a user