mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-01 20:10:35 +01:00
lint
This commit is contained in:
parent
a4fd02bc58
commit
7bc9a40487
@ -15,7 +15,7 @@ import { accountService } from '../services/accountService'
|
||||
* If user is not authenticated: Show Login or redirect to /login
|
||||
*/
|
||||
export default function Landing() {
|
||||
const { session, loading: authLoading, refreshSession } = useAuth()
|
||||
const { session, loading: authLoading } = useAuth()
|
||||
const { config, loading: configLoading } = useAppConfig()
|
||||
const location = useLocation()
|
||||
const [isFirstLogin, setIsFirstLogin] = useState(false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user