modify ing

This commit is contained in:
geek 2018-05-02 17:57:12 +09:00
parent 8b6cf4b46c
commit f3ee467394
3 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ import * as TotpStore from 'packages/member/store/totp';
import { AuthSelector } from 'packages/member/store';
import { TotpSelector } from 'packages/member/store';
import { Member } from '@overflow/commons-typescript/model/member';
import { MemberTotp } from '@overflow/commons-typescript/model/member';
import {RPCClientError} from '../../../../../../@loafer/ng-rpc/protocol';
@Component({

View File

@ -97,7 +97,6 @@ export class SignupComponent implements OnInit {
const password = signupValue.password;
const member: Member = {
email: signupValue.email,
password: signupValue.password,
name: signupValue.name,
phone: signupValue.phone,
companyName: signupValue.company,