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

Commit

Permalink
Merge pull request #19 from cretueusebiu/analysis-87OE2N
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
cretueusebiu authored Oct 4, 2018
2 parents 3659941 + 6349ab3 commit 0a4bb4f
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 0a4bb4f

Please sign in to comment.