mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 00:25:52 +03:00
[GH-ISSUE #92] $secret = $request->input('secret'); not found #507
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#507
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 @JordyKroeze on GitHub (Feb 10, 2018).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/92
Hello,
When i follow the readme i get a QRcode and everyting.
But i get this error if i try to check the code.
Notice: Undefined variable: request in FILENAME on line 30
Fatal error: Call to a member function input() on a non-object in FILENAME on line 30
Line 30 is this (Changed my secretkey)
$secret = $request->input('abcdef');
Where is this request variable coming from ?
@JordyKroeze commented on GitHub (Feb 10, 2018):
Nevermind, found it.
You have to get the key they enter there.