Rename slot type DERIVED to PASSWORD

This commit is contained in:
Alexander Bakker 2022-06-06 13:55:19 +02:00
parent 0cfd78ace1
commit 8d3b2e2c9d
3 changed files with 4 additions and 4 deletions

View file

@ -298,7 +298,7 @@ public class AuthActivity extends AegisActivity {
_slots.replace(result.getSlot());
}
if (result.getSlot().getType() == Slot.TYPE_DERIVED) {
if (result.getSlot().getType() == Slot.TYPE_PASSWORD) {
_prefs.resetPasswordReminderTimestamp();
}