forked from baron/baron-sso
fix(devfront): add explicit button type and improve test stability
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user