merged auth stuff

This commit is contained in:
Carter 2025-07-18 12:01:20 -06:00
commit 41cb2dc7e4
22 changed files with 505 additions and 75 deletions

View file

@ -50,7 +50,10 @@ export default function SyncDevice(props: Props) {
console.error(err);
error("Unable to resync device");
close();
});
})
.finally(() => {
close()
})
};
return (