short name field removed from registration page (#3584)

This commit is contained in:
Nikolay Yurchenko 2019-11-18 13:56:02 +02:00 committed by GitHub
parent 3fe518d547
commit fdcf328469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View File

@ -112,9 +112,6 @@ export default class RegisterArea extends Vue {
this.user.fullName = value.trim();
this.fullNameError = '';
}
public setShortName(value: string): void {
this.user.shortName = value.trim();
}
public setPassword(value: string): void {
this.user.password = value.trim();
this.password = value;

View File

@ -34,14 +34,6 @@
width="100%"
height="46px"
/>
<HeaderlessInput
class="full-input"
label="Nickname"
placeholder="Enter Nickname"
@setData="setShortName"
width="100%"
height="46px"
/>
<HeaderlessInput
class="full-input"
label="Email"