mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 14:30:06 +00:00
Fix mix pin check logic error
Signed-off-by: zhanghaima <zhanghaima1@huawei.com>
This commit is contained in:
parent
4108df72c9
commit
395562287e
@ -157,7 +157,7 @@ export default class PasswordInputController extends BaseSettingsController {
|
||||
}
|
||||
|
||||
// Check illegal character
|
||||
if (!this.checker.isContainIllegalCharacter(pwd)) {
|
||||
if (this.checker.isContainIllegalCharacter(pwd)) {
|
||||
return $r('app.string.password_illegal_character')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user