]> git.earman.xyz Git - sensor-watch.git/commitdiff
Fix Typo on totp code
authorrush <iv@earman.xyz>
Mon, 29 Jun 2026 13:07:19 +0000 (09:07 -0400)
committerrush <iv@earman.xyz>
Mon, 29 Jun 2026 13:12:46 +0000 (09:12 -0400)
watch-faces/complication/totp_face.secrets.h

index 4bac9fbf29593496908726949c11020cb1f45e2b..d6a0f729ab963d23d41b678d3b708adf5068f4ef 100644 (file)
@@ -1,4 +1,4 @@
 static totp_t credentials[] = {
        CREDENTIAL(365, "DXLHRHMVGXGTTWWH", SHA1, 30),
-       CREDENTIAL(NIN, "ZLQPMBFDPHIOEEY", SHA1, 30),
-};
+       CREDENTIAL(NIN, "ZLQPMBFDPHIOEEYY", SHA1, 30),
+};
\ No newline at end of file