mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-09 22:00:16 -04:00
remove google auth endpoint
This commit is contained in:
parent
5aef6896f4
commit
c9faf04c90
|
@ -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() {
|
|||
<UIPrimaryTitle>WheelShare</UIPrimaryTitle>
|
||||
<p>To get started, log in with your Ion account.</p>
|
||||
<UILink href={ionAuthorizationEndpoint}>Log in with Ion</UILink>
|
||||
<br />
|
||||
<UILink href={googleAuthorizationEndpoint}>Log in with Google</UILink>
|
||||
{/* <br />
|
||||
<UILink href={googleAuthorizationEndpoint}>Log in with Google</UILink> */}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user