mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 22:12:55 +00:00
Add an option to import a FreeOTP token file
This commit is contained in:
parent
363fc789ef
commit
37e303626f
12 changed files with 271 additions and 51 deletions
|
@ -73,7 +73,7 @@ public class Database {
|
|||
for (DatabaseEntry e : entries) {
|
||||
KeyProfile profile = new KeyProfile();
|
||||
profile.Name = e.Name;
|
||||
profile.Info = KeyInfo.FromURL(e.URL);
|
||||
profile.Info = KeyInfo.fromURL(e.URL);
|
||||
profile.Order = e.Order;
|
||||
profile.ID = e.ID;
|
||||
list.add(profile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue