Browse Source

remove a comment line

pull/7861/head
mehmet-erim 6 years ago
parent
commit
cb76554e33
  1. 6
      npm/ng-packs/packages/account/src/lib/components/login/login.component.ts

6
npm/ng-packs/packages/account/src/lib/components/login/login.component.ts

@ -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