1
0
forked from baron/baron-sso

fix(devfront): add explicit button type and improve test stability

This commit is contained in:
2026-04-21 18:05:32 +09:00
parent a1d516cd61
commit 797e6cc90a
5 changed files with 13 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ export default function AuthGuard() {
<p>{auth.error.message}</p>
</div>
<button
type="button"
onClick={() => void auth.signinRedirect()}
className="rounded bg-blue-500 px-4 py-2 text-white hover:bg-blue-600"
>