Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
khooz committed Jun 7, 2019
1 parent 17a1357 commit 444741c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Oath.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,7 @@ public function __construct (
$this->domain = $domain ?? "";
$this->qrURL = $qrURL ?? "https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=";
$this->converter = $baseConverter ?? new Base32();
$this->$message = $message ?? "12";
$this->$salt = $salt ?? "12";
$this->secret = $secret ?? $this->secret($message, $salt);
dd($this->secret);

if ($this->type === OATH_HOTP)
{
Expand Down

0 comments on commit 444741c

Please sign in to comment.