show device model for ios and android

This commit is contained in:
miloschwartz
2026-01-20 20:21:11 -08:00
parent 3eac80e666
commit a2b2fb804b
3 changed files with 6 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
await authCookieHeader()
);
client = res.data.data;
console.log(client);
} catch (error) {
redirect(`/${params.orgId}/settings/clients/user`);
}