Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu authored and StyleCIBot committed Oct 4, 2018
1 parent 3659941 commit 6349ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwoFactorAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct()
public function generate(Request $request)
{
$this->g2fa->setAllowInsecureCallToGoogleApis(true);

$secret = $this->g2fa->generateSecretKey();

$request->session()->put('spark:twofactor:secret', $secret);
Expand Down

0 comments on commit 6349ab3

Please sign in to comment.