mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-10 01:39:07 +02: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)
|
public function preview(TwoFAccountUriRequest $request)
|
||||||
{
|
{
|
||||||
$twofaccount = new TwoFAccount;
|
$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);
|
return new TwoFAccountStoreResource($twofaccount);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user