diff --git a/components/Settings/UserSettings/Devices.vue b/components/Settings/UserSettings/Devices.vue index 7006a12..ee471ba 100644 --- a/components/Settings/UserSettings/Devices.vue +++ b/components/Settings/UserSettings/Devices.vue @@ -1,12 +1,73 @@ - Devices (TBA) + Devices + + + + + + {{ device.device_name }} + + + Generated at + {{ device.created_at_date.toLocaleDateString(undefined) }} + {{ device.created_at_date.toLocaleTimeString(undefined, {hour12: timeFormat == "12", timeStyle: "short" }) }} + + + + \ No newline at end of file