fix: when logo is updated from brand settings, update the login logo too

This commit is contained in:
Jannat Patel
2025-07-02 16:16:49 +05:30
parent b97e792893
commit fcfd87fd50
3 changed files with 7 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ const exercises = createListResource({
cache: ['programmingExercises'],
fields: ['name', 'title', 'language', 'problem_statement'],
auto: true,
orderBy: 'modified desc',
})
usePageMeta(() => {