angular-token
angular-token copied to clipboard
additionalData not working
I'm getting lint errors when I try to add additionalData to the sign in params.
This service is expecting one argument but fails when I try to pass in additionalData as stated in the docs.
tokenService.signIn({})
Expected 1 arguments, but got 2.
Similar question here - https://github.com/neroniaky/angular-token/issues/231 but I think this is outdated now. I'm not quite sure how to do this.
same issue facing.. any solution ?