Commit 17a7da4
committed
fix(advisor): don't warn about autolock when using the 30-min default
An unset autolock falls back to a 30-minute default in setAutolock(), but
the advisor treated "unset" the same as "disabled" and kept showing the
warning. Only warn when autolock is explicitly set to 0.
Refs Authenticator-Extension#12811 parent 7c2efb3 commit 17a7da4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments