mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
Added button for empty post login call
This commit is contained in:
@@ -206,4 +206,10 @@ export class LogInComponent implements OnDestroy, OnInit {
|
||||
// clear form
|
||||
this.form.reset();
|
||||
}
|
||||
|
||||
postLoginCall() {
|
||||
const email = '';
|
||||
const password = '';
|
||||
this.store.dispatch(new AuthenticateAction(email, password));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user