@designcrowd/fe-shared-lib 1.3.3-ML-648-2 → 1.3.3-ML-648-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -396,8 +396,10 @@ export default {
|
|
|
396
396
|
this.clearErrorMessages();
|
|
397
397
|
},
|
|
398
398
|
initialUserName(newValue) {
|
|
399
|
-
this.aUserName
|
|
400
|
-
|
|
399
|
+
if (newValue && newValue !== this.aUserName) {
|
|
400
|
+
this.aUserName = newValue;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
401
403
|
},
|
|
402
404
|
methods: {
|
|
403
405
|
validate(e) {
|