Skip to content

Commit

Permalink
short name field removed from registration page (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiYurchenko committed Nov 18, 2019
1 parent 3fe518d commit fdcf328
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions web/satellite/src/views/register/RegisterArea.vue
Expand Up @@ -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;
Expand Down
8 changes: 0 additions & 8 deletions web/satellite/src/views/register/registerArea.html
Expand Up @@ -34,14 +34,6 @@ <h1 class="register-area__title-container__title">Sign Up to Storj</h1>
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"
Expand Down

0 comments on commit fdcf328

Please sign in to comment.