From dad63541ab6837c5b59a4257f0a7b5818dcb479a Mon Sep 17 00:00:00 2001 From: rush Date: Mon, 29 Jun 2026 09:07:19 -0400 Subject: [PATCH] Fix Typo on totp code --- watch-faces/complication/totp_face.secrets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5