Skip to content

Commit

Permalink
Update sso.ts (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Nov 21, 2024
1 parent b0ff431 commit aac3aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-2/lib/workspaces/composables/sso.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function useWorkspaceSsoDelete() {
const deleteSsoProvider = async (workspaceSlug: string) => {
try {
const res = await fetch(
new URL(`/api/v1/workspaces/${workspaceSlug}/sso`, apiOrigin),
new URL(`/api/v1/workspaces/${workspaceSlug}/sso/oidc`, apiOrigin),
{
method: 'DELETE',
credentials: 'include'
Expand Down

0 comments on commit aac3aa7

Please sign in to comment.