Mobile support to come.
import AuthorizeDeviceForm from "../../ui/authorize-device-form";
export default function Page() {
return (
<div className="max-w-3xl mx-auto flex gap-4 items-center justify-center h-screen">
<AuthorizeDeviceForm />
</div>
);
}