Skip to content

Commit cf76fc7

Browse files
imrealashuStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 28ff6d5 commit cf76fc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/TwoFactorAuthenticationController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function setupTwoFactorAuthentication(Request $request)
3535
);
3636

3737
$barcode = $totp->getQrCodeUri();
38+
3839
return view('2fa::setup', compact('barcode', 'user'));
3940
}
4041

0 commit comments

Comments
 (0)