From c9faf04c906b068aada8b712ab2ab32952c283bc Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Tue, 17 Aug 2021 02:24:19 -0400 Subject: [PATCH] remove google auth endpoint --- src/components/WheelShareLoggedOut.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/WheelShareLoggedOut.tsx b/src/components/WheelShareLoggedOut.tsx index ea93866..fc91b3b 100644 --- a/src/components/WheelShareLoggedOut.tsx +++ b/src/components/WheelShareLoggedOut.tsx @@ -1,7 +1,4 @@ -import { - googleAuthorizationEndpoint, - ionAuthorizationEndpoint, -} from './Authentication/authorizationEndpoint'; +import { ionAuthorizationEndpoint } from './Authentication/authorizationEndpoint'; import UILink from './UI/UILink'; import UIPrimaryTitle from './UI/UIPrimaryTitle'; @@ -11,8 +8,8 @@ export default function WheelShareLoggedOut() { WheelShare

To get started, log in with your Ion account.

Log in with Ion -
- Log in with Google + {/*
+ Log in with Google */} ); }