Fix OAuth login

This commit is contained in:
wvffle 2022-10-13 09:02:15 +00:00 committed by Ciarán Ainsworth
parent 590d01c11b
commit 4e5fb464e0
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix OAuth login (#1890)

View File

@ -108,7 +108,7 @@ const topicScopes = computed(() => {
}).filter(scope => scope.read || scope.write) }).filter(scope => scope.read || scope.write)
}) })
whenever(() => props.clientId, fetchApplication) whenever(() => props.clientId, fetchApplication, { immediate: true })
</script> </script>
<template> <template>