diff --git a/frontend/src/pages/authorize-page.tsx b/frontend/src/pages/authorize-page.tsx index f81fd1b..316620e 100644 --- a/frontend/src/pages/authorize-page.tsx +++ b/frontend/src/pages/authorize-page.tsx @@ -155,7 +155,7 @@ export const AuthorizePage = () => {
-
+
{getClientInfo.data?.name.slice(0, 1)}
@@ -170,8 +170,8 @@ export const AuthorizePage = () => {
- - {scopes.includes("openid") && ( + {scopes.includes("openid") && ( +
{scopes.map((id) => { const scope = scopeMap.find((s) => s.id === id); @@ -189,8 +189,8 @@ export const AuthorizePage = () => { ); })}
- )} -
+
+ )} - )} - + + )} ); };