We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ff6d5 + cf76fc7 commit 54d7072Copy full SHA for 54d7072
1 file changed
src/Http/Controllers/TwoFactorAuthenticationController.php
@@ -35,6 +35,7 @@ public function setupTwoFactorAuthentication(Request $request)
35
);
36
37
$barcode = $totp->getQrCodeUri();
38
+
39
return view('2fa::setup', compact('barcode', 'user'));
40
}
41
0 commit comments