Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IchthysMaranathaCopy authored Mar 13, 2024
1 parent e229e13 commit cefb946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/pages/builder/auth/login.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$: cloud = $admin.cloud
if ($organisation.isSSOEnforced) {
await (await organisation.init()).oidc.init()
await organisation.init().oidc.init()

Check failure on line 31 in packages/builder/src/pages/builder/auth/login.svelte

View workflow job for this annotation

GitHub Actions / build (14.x)

Cannot use keyword 'await' outside an async function
if (organisation.oidc) {
const url = `/api/global/auth/${$auth.tenantId}/oidc/configs/${$oidc.uuid}`
window.location = url
Expand Down

0 comments on commit cefb946

Please sign in to comment.