mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
update nextjs example to add credentials
This commit is contained in:
@@ -20,12 +20,24 @@ export default async function SSRPage() {
|
|||||||
</a>
|
</a>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<div className="flex flex-col gap-1">
|
||||||
Not logged in.{" "}
|
<p>
|
||||||
<a className="font-medium underline" href="/admin/auth/login">
|
Not logged in.{" "}
|
||||||
Login
|
<a className="font-medium underline" href="/admin/auth/login">
|
||||||
</a>
|
Login
|
||||||
</>
|
</a>
|
||||||
|
</p>
|
||||||
|
<p className="text-xs opacity-50">
|
||||||
|
Sign in with:{" "}
|
||||||
|
<b>
|
||||||
|
<code>test@bknd.io</code>
|
||||||
|
</b>{" "}
|
||||||
|
/{" "}
|
||||||
|
<b>
|
||||||
|
<code>12345678</code>
|
||||||
|
</b>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user