Skip to content

Commit 1771d41

Browse files
committed
fix:variable name changed
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
1 parent 24e9c34 commit 1771d41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/client-registration/src/client-registration.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,12 +736,12 @@ export class ClientRegistrationService {
736736
'Content-Type': 'application/x-www-form-urlencoded'
737737
}
738738
};
739-
const generatetedTokenDetails = await this.commonService.httpPost(
739+
const generatedTokenDetails = await this.commonService.httpPost(
740740
await this.keycloakUrlService.GetSATURL(realmName),
741741
qs.stringify(payload),
742742
config
743743
);
744-
return generatetedTokenDetails;
744+
return generatedTokenDetails;
745745
}
746746

747747
async fetchClientDetails(clientId: string, token: string) {

0 commit comments

Comments
 (0)