Nachrichten: Senden-Button entfernt, Login-Sicherheit: IPs bei Lockout, Attempts-Bereinigung

This commit is contained in:
2026-05-28 14:12:49 +02:00
parent 70d9eeab78
commit 34fa756291
4 changed files with 31 additions and 10 deletions

View File

@@ -479,11 +479,7 @@ export default function Nachrichten({ toast, mobile }) {
background: showPicker ? 'rgba(78,205,196,0.12)' : 'rgba(255,255,255,0.05)',
border:`1px solid ${showPicker ? 'rgba(78,205,196,0.3)' : 'rgba(255,255,255,0.1)'}`,
borderRadius:8, cursor:'pointer', fontSize:17, lineHeight:1,
padding:'5px 8px', flexShrink:0 }}>😊</button>
<button onClick={send} disabled={sending || !text.trim()} style={{
...S.btn('#4ecdc4'), flex:1, padding:'0 14px',
opacity: sending || !text.trim() ? 0.3 : 1, fontSize:17, lineHeight:1,
}}></button>
padding:'5px 8px', flexShrink:0, alignSelf:'flex-end' }}>😊</button>
</div>
</div>
)}