Home
last modified time | relevance | path

Searched refs:viewValue (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A Dpassword-confirmation.js26 (modelValue, viewValue) => {
29 const secondPassword = modelValue || viewValue || '';
/openbmc/phosphor-webui/app/access-control/directives/
H A Dusername-validator.js23 (modelValue, viewValue) => {
24 const enteredUsername = modelValue || viewValue;