Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Changed the issuer name to get an environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed May 9, 2020
1 parent 21e32ff commit 1370f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/laraguard.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
|
*/

'issuer' => env('APP_NAME', 'Laravel'),
'issuer' => env('OTP_TOTP_ISSUER'),

'totp' => [
'digits' => 6,
Expand Down

0 comments on commit 1370f2d

Please sign in to comment.