= {};
-
- return blocks.reduce(reduceBlocks, obj);
- });
-
- return useReducer(reducer, blocks, initializer);
-};
diff --git a/apps/meteor/client/views/oauth/components/AuthorizationFormPage.tsx b/apps/meteor/client/views/oauth/components/AuthorizationFormPage.tsx
index 390795ce45fd..d4e9713e055a 100644
--- a/apps/meteor/client/views/oauth/components/AuthorizationFormPage.tsx
+++ b/apps/meteor/client/views/oauth/components/AuthorizationFormPage.tsx
@@ -60,8 +60,8 @@ const AuthorizationFormPage = ({ oauthApp, redirectUri, user }: AuthorizationFor
-
- {{ appName: oauthApp.name }}
+
+ {oauthApp.name}