diff --git a/admin/src/app/(dashboard)/devices/page.tsx b/admin/src/app/(dashboard)/devices/page.tsx
index 710dd25..efaab66 100644
--- a/admin/src/app/(dashboard)/devices/page.tsx
+++ b/admin/src/app/(dashboard)/devices/page.tsx
@@ -272,6 +272,7 @@ export default function DevicesPage() {
Name
User
Device ID
+ Device Token
Active
Created
Actions
@@ -280,13 +281,13 @@ export default function DevicesPage() {
{isLoading ? (
-
+
Loading...
) : data?.data?.length === 0 ? (
-
+
No devices found
@@ -323,6 +324,11 @@ export default function DevicesPage() {
{device.device_id.substring(0, 12)}...
+
+
+ {device.registration_id}
+
+