diff --git a/src/components/admin/devices/admin-devices-overview.tsx b/src/components/admin/devices/admin-devices-overview.tsx index b2a1388..f848b18 100644 --- a/src/components/admin/devices/admin-devices-overview.tsx +++ b/src/components/admin/devices/admin-devices-overview.tsx @@ -406,6 +406,8 @@ function normalizeDeviceRemoteAccessEntry(raw: unknown): DeviceRemoteAccessEntry clientId: createRemoteAccessClientId(), provider: null, identifier: isUrl ? null : trimmed, + username: null, + password: null, url: isUrl ? trimmed : null, notes: null, lastVerifiedAt: null,