fix: when logo is updated from brand settings, update the login logo too
This commit is contained in:
@@ -150,6 +150,7 @@ const exercises = createListResource({
|
||||
cache: ['programmingExercises'],
|
||||
fields: ['name', 'title', 'language', 'problem_statement'],
|
||||
auto: true,
|
||||
orderBy: 'modified desc',
|
||||
})
|
||||
|
||||
usePageMeta(() => {
|
||||
|
||||
Reference in New Issue
Block a user