sparkletown/sparkle

View on GitHub
src/pages/Account/LoginWithCustomToken.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function LoginWithCustomToken has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const LoginWithCustomToken: React.FC<LoginCustomCodeProps> = () => {
  const { worldSlug, spaceSlug, customToken } = useParams<{
    spaceSlug?: SpaceSlug;
    worldSlug?: WorldSlug;
    customToken?: string;
Severity: Minor
Found in src/pages/Account/LoginWithCustomToken.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status