Skip to content

Add an authentication check & page to request access #395

Add an authentication check & page to request access

Add an authentication check & page to request access #395

GitHub Actions / ESLint succeeded Dec 19, 2024 in 0s

2 warnings

ESLint found 2 warnings

Annotations

Check warning on line 1 in src/views/pages/authentication/AuthDisplay.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/views/pages/authentication/AuthDisplay.js#L1

'useEffect' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)

Check warning on line 1 in src/views/pages/authentication/AuthDisplay.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/views/pages/authentication/AuthDisplay.js#L1

'useState' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)