chore: update dependabot automation and agent governance (#341)

* chore: update dependabot automation and agent governance

* chore: trigger required CI checks for governance PR
This commit is contained in:
Daniel Volz
2026-02-27 01:11:05 +01:00
committed by GitHub
parent cc22f80209
commit 57c998ba09
10 changed files with 169 additions and 16 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ export function LoginForm({
</div>
)}
{/* Local Login Form - only show if local auth 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>}