fix: when logo is updated from brand settings, update the login logo too
This commit is contained in:
@@ -286,6 +286,9 @@ watch(
|
||||
)
|
||||
|
||||
const loadFalcon = () => {
|
||||
if (livecodeURL.data) {
|
||||
falconURL.value = livecodeURL.data
|
||||
}
|
||||
return new Promise((resolve, reject) => {
|
||||
const script = document.createElement('script')
|
||||
script.src = `${falconURL.value}static/livecode.js`
|
||||
|
||||
@@ -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