We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea9889 commit 47142d3Copy full SHA for 47142d3
1 file changed
PyPortal_TOTP_Friend/secrets.py
@@ -6,5 +6,9 @@
6
'password' : 'yourwifipassword',
7
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
8
# https://github.com/pyotp/pyotp example
9
- 'totp_keys' : [("Gmail ", "JBSWY3DPEHPK3PXP")]
+ 'totp_keys' : [("Discord ", "JBSWY3DPEHPK3PXP"),
10
+ ("Gmail", "JBSWY3DPEHPK3PZP"),
11
+ ("GitHub", "JBSWY5DZEHPK3PXP"),
12
+ ("Adafruit", "JBSWY6DZEHPK3PXP"),
13
+ ("Outlook", "JBSWY7DZEHPK3PXP")]
14
}
0 commit comments