mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
lint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user