style(desktop): eslint --fix on the split local-models and remote-setup files

This commit is contained in:
ethernet
2026-09-24 14:12:16 -04:00
parent de89d9c95b
commit dec282c658

View File

@@ -31,6 +31,7 @@ export interface RemoteOAuth {
export function useRemoteOAuth(options: RemoteOAuthOptions): RemoteOAuth {
const { t } = useI18n()
const g = t.settings.gateway
const {
host,
url,
@@ -42,6 +43,7 @@ export function useRemoteOAuth(options: RemoteOAuthOptions): RemoteOAuth {
reportError,
notify
} = options
const [signingIn, setSigningIn] = useState<boolean>(false)
const loginSeq = useRef<number>(0)