jd1378 / otphelper

open-source application that can copy OTP and codes from notifications automatically for you
GNU Affero General Public License v3.0
356 stars 31 forks source link

Update CodeExtractor.kt #93

Closed antonioalopezfernandez closed 4 weeks ago

antonioalopezfernandez commented 4 weeks ago

fix: PIN keyword added in order to work with Spanish app

jd1378 commented 4 weeks ago

I think PIN is too general and potentially adds a lot of false positives

change it to "\\bPIN\\W" and add the unit test here