ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A
We want to add HttpHeader in Login method call . how we can add one more httpHeader in below request .Currently We paasing Username and Password .
We are using Angular 11 for client side . Please find below implementation of login method.
constructor(private authService: AuthService)
var loginParams = {
username: this.form.get('username').value,
password: this.form.get('password').value
}
this.authService
.login(loginParams)
.pipe(
catchError((err) => {
return err;
}),
finalize(() => (this.inProgress = false))
)
.subscribe(() => {
var tokeParams = {
fullToken: this.oauthService.getAccessToken()
}
});
});
}
HI We are requesting for API.
For Client Side We are Using Angular 11 . For Backend Services we are using WebApi
Thanks Mehmat . Given Solution is worked for me.
Hi Team
Kindly Give Update on above issue .Its required on urgent basis.
Hi Team
Any Update On Above
On which File CSS need to check . Can you give me files names of files and also give for css files of default template.
Hi
Issue Resolved .
We dont have seprate auth and login component for login page layout .we have only one component which is replaceble. we dont get it your points .can we connect on call or screen sharing ?