mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 00:25:52 +03:00
[GH-ISSUE #157] Valid is always false #303
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sidclaynt on GitHub (Jun 24, 2020).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/157
i'm trying to enable 2fa but i get $valid as false all the time. what is missing?
`$google2FA = new Google2FA();
$request->verifyCode = "VFRXCICGWNUBMBHU";
//dd($google2FA);
$secret = $request->verifyCode;
` echo $valid; //false