Fix run pretty
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
dce1ece837
commit
c1222c1c57
@ -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*/
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user