Remove account admin data
This commit is contained in:
@@ -133,14 +133,14 @@ export default function Auth({ onLogin }) {
|
|||||||
{isLogin && (
|
{isLogin && (
|
||||||
<div className={`mt-6 text-center text-sm ${currentTheme.textSecondary}`}>
|
<div className={`mt-6 text-center text-sm ${currentTheme.textSecondary}`}>
|
||||||
<p>Учётные данные по умолчанию:</p>
|
<p>Учётные данные по умолчанию:</p>
|
||||||
<p className={`${currentTheme.text} font-mono mt-1`}>admin / admin</p>
|
<p className={`${currentTheme.text} font-mono mt-1`}>none / none</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<div className={`text-center mt-6 text-sm ${currentTheme.textSecondary}`}>
|
<div className={`text-center mt-6 text-sm ${currentTheme.textSecondary}`}>
|
||||||
<p>© 2024 MC Panel. Все права защищены.</p>
|
<p>© 2026 MC Panel. Все права защищены.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user