mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-10 18:48:17 +02:00
Disable the Steam icon preloading
This commit is contained in:
parent
1f9ac91734
commit
02cf9a2be9
@ -453,7 +453,9 @@ private function enforceAsSteam()
|
|||||||
$this->digits = 5;
|
$this->digits = 5;
|
||||||
$this->algorithm = self::SHA1;
|
$this->algorithm = self::SHA1;
|
||||||
$this->period = 30;
|
$this->period = 30;
|
||||||
$this->icon = $this->storeImageAsIcon('https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Steam_icon_logo.svg/langfr-320px-Steam_icon_logo.svg.png');
|
// if (!$this->icon) {
|
||||||
|
// $this->icon = $this->storeImageAsIcon('https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Steam_icon_logo.svg/langfr-320px-Steam_icon_logo.svg.png');
|
||||||
|
// }
|
||||||
|
|
||||||
Log::info(sprintf('TwoFAccount configured as Steam account'));
|
Log::info(sprintf('TwoFAccount configured as Steam account'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user