diff --git a/peer-prep-fe/src/app/login/login.component.ts b/peer-prep-fe/src/app/login/login.component.ts index 19759baf7b..155e381e95 100644 --- a/peer-prep-fe/src/app/login/login.component.ts +++ b/peer-prep-fe/src/app/login/login.component.ts @@ -63,6 +63,7 @@ export class LoginComponent { }) .then((response) => { if (!response.ok) { + this.isLoading = false; if (response.status === 401) { alert("Incorrect email or password.") }