Skip to content

Commit 54d7072

Browse files
authored
Merge pull request #32 from thecodework/analysis-qJ4abQ
Apply fixes from StyleCI
2 parents 28ff6d5 + cf76fc7 commit 54d7072

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)