ing
This commit is contained in:
@@ -37,12 +37,12 @@ export class MemberTotpComponent implements OnInit {
|
||||
if (this.selectedItem.id === 3) {
|
||||
this.headerItem = '구글 인증기 설정하기';
|
||||
this.totpSettingDisplay = true;
|
||||
this.create.emit(this.domainMember.member);
|
||||
// this.create.emit(this.domainMember.member);
|
||||
}
|
||||
}
|
||||
|
||||
totpInput(e) {
|
||||
if (e.target.value.length === 6) {
|
||||
if (e.target.value.length >= 6) {
|
||||
this.regist.emit(e.target.value);
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user