docs: update memory and report for multi-pr delivery (#347)

This commit is contained in:
Daniel Volz
2026-02-27 01:15:40 +01:00
committed by GitHub
parent 57c998ba09
commit ba0ab672b9
4 changed files with 845 additions and 2 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ export function LoginForm({
</div>
)}
{/* Local login form - only show if form login is enabled */}
{/* Local login form: only show if form login is enabled */}
{authState?.formLoginEnabled && (
<form onSubmit={handleSubmit} className="auth-form">
{error && <div className="auth-error">{error}</div>}