diff --git a/be/apps/dashboard/src/modules/auth/components/registration-wizard/steps/LoginStep.tsx b/be/apps/dashboard/src/modules/auth/components/registration-wizard/steps/LoginStep.tsx index fbd35041..7664c957 100644 --- a/be/apps/dashboard/src/modules/auth/components/registration-wizard/steps/LoginStep.tsx +++ b/be/apps/dashboard/src/modules/auth/components/registration-wizard/steps/LoginStep.tsx @@ -16,6 +16,15 @@ type LoginStepProps = { export const LoginStep: FC = ({ user, isAuthenticated, onContinue, isContinuing }) => (
+

+ Afilmory is a modern SaaS{' '} + + photo gallery platform + {' '} + that auto-syncs your libraries, renders them with WebGL, and powers tenant workspaces. The dashboard is the + command center for those capabilities, so connecting your account lets us personalize the workspace setup for + your team. +

Sign in to continue

Use your organization's identity provider to create a workspace. We'll use your profile details to set @@ -25,15 +34,15 @@ export const LoginStep: FC = ({ user, isAuthenticated, onContinu {!isAuthenticated ? (

-
+

Choose your provider below. After completing the sign-in flow you'll return here automatically.

- +
) : ( -
+

You're signed in as

{user?.name || user?.email}
{user?.email}
diff --git a/be/apps/dashboard/src/modules/super-admin/components/SuperAdminTenantManager.tsx b/be/apps/dashboard/src/modules/super-admin/components/SuperAdminTenantManager.tsx index d93b87ba..ecd1d4c1 100644 --- a/be/apps/dashboard/src/modules/super-admin/components/SuperAdminTenantManager.tsx +++ b/be/apps/dashboard/src/modules/super-admin/components/SuperAdminTenantManager.tsx @@ -110,8 +110,8 @@ export function SuperAdminTenantManager() { 租户 订阅计划 - 状态 - 封禁 + 状态 + 封禁 创建时间 @@ -130,10 +130,10 @@ export function SuperAdminTenantManager() { onChange={(nextPlan) => handlePlanChange(tenant, nextPlan)} /> - + - +