mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-10 21:20:24 +02:00
chore: linting
This commit is contained in:
@@ -30,14 +30,14 @@ export function useCloudAuth(): UseCloudAuthReturn {
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
loadUser();
|
||||
void loadUser();
|
||||
|
||||
const unlistenExpired = listen("cloud-auth-expired", () => {
|
||||
setAuthState(null);
|
||||
});
|
||||
|
||||
const unlistenChanged = listen("cloud-auth-changed", () => {
|
||||
loadUser();
|
||||
void loadUser();
|
||||
});
|
||||
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user