fix: CREATE TABLE IF NOT EXISTS, sofort google.de Redirect, publicShares direkt neu laden

This commit is contained in:
2026-06-13 12:29:21 +02:00
parent 1f487cec33
commit 9f84dd2929
3 changed files with 18 additions and 19 deletions

View File

@@ -2969,10 +2969,10 @@ function PublicFileShare({ token }) {
return (b/1024/1024).toFixed(1) + ' MB';
}
// Abgelaufen/ungültig → Redirect zu google.de
// Abgelaufen/ungültig → sofort zu google.de
if (phase === 'error') {
window.location.replace('https://www.google.de');
return <div style={S2.wrap}><div style={{color:'#fff',fontFamily:'monospace'}}>Weiterleitung</div></div>;
return null;
}
return (