로그인 실패 메세지

This commit is contained in:
이담 정 2022-10-07 07:01:37 +00:00
parent 18ee6b6209
commit 94a5879765

View File

@ -97,7 +97,7 @@ export class SignInComposeComponent implements OnInit {
}) })
.catch((e) => { .catch((e) => {
this.showAlert = true; this.showAlert = true;
this.alert = { type: 'error', message: '등록에 실패하였습니다.' }; this.alert = { type: 'error', message: '로그인에 실패하였습니다.' };
// Re-enable the form // Re-enable the form
this.signInComposeForm?.enable(); this.signInComposeForm?.enable();