merged auth stuff
This commit is contained in:
commit
41cb2dc7e4
22 changed files with 505 additions and 75 deletions
|
|
@ -50,7 +50,10 @@ export default function SyncDevice(props: Props) {
|
|||
console.error(err);
|
||||
error("Unable to resync device");
|
||||
close();
|
||||
});
|
||||
})
|
||||
.finally(() => {
|
||||
close()
|
||||
})
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue