Skip to content

Commit a80be4f

Browse files
committed
tidy up
1 parent 36adba7 commit a80be4f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ui/src/helpers/loginWithOauth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default function loginWithOauth(e: Event, providerName: string, oAuthData
1111
store.set("provider", provider);
1212
const redirectUrl = location.origin + URLS.OAUTH2_REDIRECT;
1313

14-
console.log(provider.authUrl + redirectUrl);
1514
window.location.href = provider.authUrl + redirectUrl;
1615
break;
1716
}

ui/src/routes/Dashboards/User.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export default function User() {
2828
return;
2929
}
3030

31-
console.log(model?.id)
32-
3331
pocketbase.collection('users').delete(model?.id as string).then(() => {
3432
pocketbase.authStore?.clear();
3533
navigate(URLS.HOME);

0 commit comments

Comments
 (0)