Add an option to import a FreeOTP token file

This commit is contained in:
Alexander Bakker 2017-08-26 15:47:57 +02:00
parent 363fc789ef
commit 37e303626f
12 changed files with 271 additions and 51 deletions

View file

@ -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);