Fix run pretty

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant 2022-03-29 13:45:31 +02:00
parent dce1ece837
commit c1222c1c57
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export class OpenIdProfileController extends BaseHttpController {
res.send(
this.buildHtml(
OPID_CLIENT_ISSUER,
resCheckTokenAuth.sub as string
resCheckTokenAuth.sub
/*resCheckTokenAuth.picture as string | undefined*/
)
);