Fix OAuth login
This commit is contained in:
parent
590d01c11b
commit
4e5fb464e0
|
@ -0,0 +1 @@
|
||||||
|
Fix OAuth login (#1890)
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue