resolved comments

This commit is contained in:
Sourav Chanduka
2021-08-16 12:46:17 +05:30
parent d0f4aae179
commit c7ec4073b7
2 changed files with 23 additions and 34 deletions
+1 -2
View File
@@ -288,6 +288,5 @@ export function getState(name: string): string {
}
export async function getIDToken(aud: string): Promise<string> {
let oidcClient = new OidcClient()
return await oidcClient.getIDToken(aud)
return await OidcClient.getIDToken(aud)
}