Commit 5f08423
authored
Set password last-used timestamp upon creation (#7170)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/1203822806345703/task/1206929637235170?focus=true
### Description
Set last used timestamp for any new credentials created either via the
Save prompt or manually. It will not be set / updated via any password
edit or update actions.
### Steps to test this PR
_Feature 1_
- [ ]
- [ ]
### UI changes
| Before | After |
| ------ | ----- |
!(Upload before screenshot)|(Upload after screenshot)|1 parent 095ce56 commit 5f08423
File tree
2 files changed
+8
-2
lines changed- autofill/autofill-impl/src
- main/java/com/duckduckgo/autofill/impl
- test/java/com/duckduckgo/autofill/impl
2 files changed
+8
-2
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
174 | | - | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
551 | 554 | | |
552 | 555 | | |
553 | 556 | | |
| |||
0 commit comments