Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-ariyaratne committed Jan 23, 2025
1 parent 2d47861 commit 94b496c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const ChangePasswordComponent: FunctionComponent<ChangePasswordPropsInter
const featureConfig: FeatureConfigInterface = useSelector((state: AppState) => state.config.ui.features);
const primaryUserStoreDomainName: string = useSelector((state: AppState) =>
state?.config?.ui?.primaryUserStoreDomainName);
const userSchemaURI: string = useSelector((state: AppState) => state?.config?.ui?.userSchemaURI);

const hasLoginAndRegistrationFeaturePermissions: boolean = useRequiredScopes(
featureConfig?.loginAndRegistration?.scopes?.feature
Expand Down

0 comments on commit 94b496c

Please sign in to comment.