mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 00:33:18 +01:00
Fix Official icon not fetched on Preview
This commit is contained in:
parent
f7ac1e96c3
commit
ce842f3fc0
@ -142,7 +142,7 @@ public function reorder(TwoFAccountReorderRequest $request)
|
||||
public function preview(TwoFAccountUriRequest $request)
|
||||
{
|
||||
$twofaccount = new TwoFAccount;
|
||||
$twofaccount->fillWithURI($request->uri, $request->custom_otp === TwoFAccount::STEAM_TOTP, true);
|
||||
$twofaccount->fillWithURI($request->uri, $request->custom_otp === TwoFAccount::STEAM_TOTP);
|
||||
|
||||
return new TwoFAccountStoreResource($twofaccount);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user