Commit f9e694ec authored by ari_darmawan's avatar ari_darmawan

comment api last logs login

parent 51c837bd
...@@ -225,12 +225,12 @@ export class AuthSigninComponent implements OnInit { ...@@ -225,12 +225,12 @@ export class AuthSigninComponent implements OnInit {
location.reload(); location.reload();
// create logs login // create logs login
this.API.post('user_log', this.logsRequest) // this.API.post('user_log', this.logsRequest)
.subscribe((response: any) => { // .subscribe((response: any) => {
console.log(response) // console.log(response)
}, (err: HttpErrorResponse) => { // }, (err: HttpErrorResponse) => {
}) // })
} else { } else {
AratakaConfig.Alert.showAlert('Internal Server Error!','alert-danger',2000) AratakaConfig.Alert.showAlert('Internal Server Error!','alert-danger',2000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment