Fix error on SCIM page
This commit is contained in:
parent
ffde512307
commit
d4e28518d2
|
@ -58,7 +58,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
await Promise.all(fetchConfig(), fetchAPIKey())
|
await Promise.all([fetchConfig(), fetchAPIKey()])
|
||||||
})
|
})
|
||||||
|
|
||||||
const copyToClipboard = async value => {
|
const copyToClipboard = async value => {
|
||||||
|
|
Loading…
Reference in New Issue