diff --git a/src/u2flib_server/U2F.php b/src/u2flib_server/U2F.php index 0e1d1b3..faf1dee 100644 --- a/src/u2flib_server/U2F.php +++ b/src/u2flib_server/U2F.php @@ -415,7 +415,7 @@ class Registration { /** The attestation certificate of the registered authenticator */ public $certificate; /** The counter associated with this registration */ - public $counter = 0; + public $counter = -1; } /** Error class, returned on errors */