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.
2 parents 03cd0bd + dcb0f6a commit 639dea2Copy full SHA for 639dea2
syrics/totp.py
@@ -5,8 +5,8 @@
5
# thanks to https://github.com/glomatico/votify/blob/main/votify/totp.py
6
class TOTP:
7
def __init__(self) -> None:
8
- self.secret = b"449443649084886328893534571041315"
9
- self.version = 8
+ self.secret = b"10239356982684469120121471223494829410773366870"
+ self.version = 11
10
self.period = 30
11
self.digits = 6
12
0 commit comments