We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788e3cc commit b1e7231Copy full SHA for b1e7231
PyPortal_TOTP_Friend/secrets.py
@@ -7,7 +7,7 @@
7
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
8
# https://github.com/pyotp/pyotp example
9
'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
10
- (" Gmail", "JBSWY3DPEHPK3PZP"),
+ ("Gmail", "JBSWY3DPEHPK3PZP"),
11
("GitHub", "JBSWY5DZEHPK3PXP"),
12
("Adafruit", "JBSWY6DZEHPK3PXP"),
13
("Outlook", "JBSWY7DZEHPK3PXP")]
0 commit comments