remove unused code

This commit is contained in:
MaysWind
2024-11-08 17:48:57 +08:00
parent 01bc9becc0
commit 7b96cd0447
@@ -474,12 +474,6 @@ export default {
inputIsInvalid() {
return !!this.inputInvalidProblemMessage;
},
extendInputIsInvalid() {
return !!this.extendInputInvalidProblemMessage;
},
langAndRegionInputIsInvalid() {
return !!this.langAndRegionInputInvalidProblemMessage;
},
inputIsNotChangedProblemMessage() {
if (!this.newProfile.email && !this.newProfile.nickname) {
return 'Nothing has been modified';