diff --git a/backend/express/src/middleware/Authentication.ts b/backend/express/src/middleware/Authentication.ts index e5028dc..b4b6beb 100644 --- a/backend/express/src/middleware/Authentication.ts +++ b/backend/express/src/middleware/Authentication.ts @@ -70,6 +70,7 @@ const fetchUserInfo = async (userinfoEndpoint: string, token: string): Promise