UNPKG

@bennerinformatics/ember-fw-gc

Version:

A set of components, controllers, routes, and helpers used in all Group-Control managed FW App System applications

8 lines (6 loc) 239 B
import BaseValidator from 'ember-cp-validations/validators/base'; export default BaseValidator.extend({ validate(value, options, model) { return !model.get('wrongPassword') || 'Password supplied is invalid.'; } });