Skip to content

Commit bcdb9bf

Browse files
author
marcus
committed
rm unused toast in settings
1 parent bb45c31 commit bcdb9bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/account-controls.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export function AccountControls() {
1616
await supabase.auth.signOut();
1717
window.location.href = "/";
1818
}
19-
pushToast({ title: "Provider disconnected", subtitle: "test" }, "success");
2019

2120
async function disconnect(provider: "GITLAB" | "AZURE_DEVOPS" | "GITHUB") {
2221
try {

0 commit comments

Comments
 (0)