mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Rename slot type DERIVED to PASSWORD
This commit is contained in:
parent
0cfd78ace1
commit
8d3b2e2c9d
3 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue