Fix error on SCIM page

This commit is contained in:
Andrew Kingston 2023-06-05 08:55:16 +01:00
parent ffde512307
commit d4e28518d2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
}
onMount(async () => {
await Promise.all(fetchConfig(), fetchAPIKey())
await Promise.all([fetchConfig(), fetchAPIKey()])
})
const copyToClipboard = async value => {