fix sso healtcheck and remove any span frontend

This commit is contained in:
lendry
2026-06-24 15:44:24 +03:00
parent ecd95c5698
commit 34c1d8446a
5 changed files with 135 additions and 13 deletions

View File

@@ -48,9 +48,7 @@ export function Sidebar({ active }: { active: string }) {
<LogOut className="h-3.5 w-3.5" />
Выйти
</button>
<p>Русский</p>
<p>Справка</p>
<p>© 2026 Lendry</p>
<p>© 2026</p>
</div>
</aside>
);