short name field removed from registration page (#3584)
This commit is contained in:
parent
3fe518d547
commit
fdcf328469
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user