mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
parent
3aba0f3f47
commit
da37b5175e
8 changed files with 72 additions and 5 deletions
|
@ -95,7 +95,6 @@ public abstract class OtpInfo implements Serializable {
|
|||
String algo = obj.getString("algo");
|
||||
int digits = obj.getInt("digits");
|
||||
|
||||
|
||||
switch (type) {
|
||||
case "totp":
|
||||
int period = obj.getInt("period");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue