Skip to content

Commit

Permalink
feat: auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilumilak authored and Haarolean committed Dec 28, 2024
1 parent 9f6ad2f commit c8365fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/contexts/GlobalSettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const GlobalSettingsProvider: React.FC<
return;
}

const features = info?.data?.response.enabledFeatures;
const features = info?.data?.response?.enabledFeatures;

if (features) {
setValue({
Expand Down

0 comments on commit c8365fb

Please sign in to comment.