Skip to content

Commit 1f617e7

Browse files
committed
🚿
1 parent 4f481f1 commit 1f617e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hotp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
var_dump($auth->getUri('test', 'example.com', 42));
4646
// omit additional settings
4747
// -> otpauth://hotp/test?secret=XVSWWIXN4NMA3XNNDJ6XTFSLM3DILOTZ&issuer=example.com
48-
var_dump($auth->getUri('test', 'example.com', 42, true));
48+
var_dump($auth->getUri('test', 'example.com', 42));

examples/totp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
var_dump($auth->getUri('test', 'example.com'));
5454
// omit additional settings
5555
// -> otpauth://totp/test?secret=FPBN5IDIAYIBUVRCNIKHCVJKAXL5SK4G&issuer=example.com
56-
var_dump($auth->getUri('test', 'example.com', null, true));
56+
var_dump($auth->getUri('test', 'example.com'));

0 commit comments

Comments
 (0)