From: rush Date: Mon, 29 Jun 2026 13:07:19 +0000 (-0400) Subject: Fix Typo on totp code X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=dad63541ab6837c5b59a4257f0a7b5818dcb479a;p=sensor-watch.git Fix Typo on totp code --- diff --git a/watch-faces/complication/totp_face.secrets.h b/watch-faces/complication/totp_face.secrets.h index 4bac9fb..d6a0f72 100644 --- a/watch-faces/complication/totp_face.secrets.h +++ b/watch-faces/complication/totp_face.secrets.h @@ -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