remove a comment line

pull/7861/head
mehmet-erim 5 years ago
parent 6305dc5523
commit cb76554e33

@ -9,7 +9,7 @@ import snq from 'snq';
import { eAccountComponents } from '../../enums/components';
import { AuthenticationService } from '../../services/authentication.service';
const { maxLength, minLength, required } = Validators;
const { maxLength, required } = Validators;
@Component({
selector: 'abp-login',
@ -73,8 +73,6 @@ export class LoginComponent implements OnInit {
}),
finalize(() => (this.inProgress = false)),
)
.subscribe(() => {
// TODO: this.store.dispatch(new SetRemember(this.form.get('remember').value));
});
.subscribe();
}
}

Loading…
Cancel
Save