refactor: update authentication flow to use PIN instead of email/password, enhance OTP verification with NextAuth, and improve session handling in components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m26s

This commit is contained in:
2025-04-05 11:50:39 +05:00
parent ef9f032366
commit dbdc1df7d5
5 changed files with 67 additions and 57 deletions

View File

@ -23,6 +23,7 @@ export default async function Devices({
<h3 className="text-sarLinkOrange text-2xl">My Devices</h3>
<AddDeviceDialogForm user_id={session?.user?.id} />
</div>
<pre>{JSON.stringify(session, null, 2)}</pre>
<div
id="user-filters"