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 11, 2024
1 parent c1aedbb commit 66f4715
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/builder/src/pages/builder/auth/login.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
$: cloud = $admin.cloud
if ($organisation.isSSOEnforced) {
onMount(async () => {
try {
await oidc.init()
} catch (error) {
notifications.error("Error getting OIDC config")
}
})
const url = `/api/global/auth/${$auth.tenantId}/oidc/configs/${$oidc.uuid}`
window.location = url
}
Expand Down

0 comments on commit 66f4715

Please sign in to comment.