Skip to content

Commit

Permalink
chore: remove unused file (toeverything#6894)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 13, 2024
1 parent 31f7f6c commit bd1733b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
61 changes: 0 additions & 61 deletions packages/frontend/electron/src/main/ui/google-auth.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/frontend/electron/src/main/ui/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { getOnboardingWindow } from '../onboarding';
import type { NamespaceHandlers } from '../type';
import { launchStage } from '../windows-manager/stage';
import { getChallengeResponse } from './challenge';
import { getGoogleOauthCode } from './google-auth';

export let isOnline = true;

Expand Down Expand Up @@ -63,9 +62,6 @@ export const uiHandlers = {
handleNetworkChange: async (_, _isOnline: boolean) => {
isOnline = _isOnline;
},
getGoogleOauthCode: async () => {
return getGoogleOauthCode();
},
getChallengeResponse: async (_, challenge: string) => {
return getChallengeResponse(challenge);
},
Expand Down

0 comments on commit bd1733b

Please sign in to comment.