diff --git a/src/pages/LoginPage.tsx b/src/pages/LoginPage.tsx
index d5cb015..ef1fb7f 100644
--- a/src/pages/LoginPage.tsx
+++ b/src/pages/LoginPage.tsx
@@ -9,11 +9,6 @@ import { useTheme } from '../contexts/ThemeContext'
import { cn } from '../lib/utils'
import { api, ApiError } from '../lib/api'
-const DEMO_EMAILS = [
- 'manager@grand-palace.ru',
- 'cleaner@grand-palace.ru',
- 'admin@hotelsync.io',
-]
type LegalType = 'ooo' | 'ip' | 'ao' | 'pao' | 'other'
const LEGAL_TYPES: { id: LegalType; label: string }[] = [
@@ -197,25 +192,6 @@ function LoginForm({ onSwitch, onForgot }: { onSwitch: () => void; onForgot: ()
- {/* Demo hint */}
-
-
- Демо-аккаунты (пароль: demo):
-
-
- {DEMO_EMAILS.map(e => (
-
- ))}
-
-
-
Нет аккаунта?{' '}