mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-17 17:40:16 -04:00
remove google auth endpoint
This commit is contained in:
parent
5aef6896f4
commit
c9faf04c90
|
@ -1,7 +1,4 @@
|
||||||
import {
|
import { ionAuthorizationEndpoint } from './Authentication/authorizationEndpoint';
|
||||||
googleAuthorizationEndpoint,
|
|
||||||
ionAuthorizationEndpoint,
|
|
||||||
} from './Authentication/authorizationEndpoint';
|
|
||||||
import UILink from './UI/UILink';
|
import UILink from './UI/UILink';
|
||||||
import UIPrimaryTitle from './UI/UIPrimaryTitle';
|
import UIPrimaryTitle from './UI/UIPrimaryTitle';
|
||||||
|
|
||||||
|
@ -11,8 +8,8 @@ export default function WheelShareLoggedOut() {
|
||||||
<UIPrimaryTitle>WheelShare</UIPrimaryTitle>
|
<UIPrimaryTitle>WheelShare</UIPrimaryTitle>
|
||||||
<p>To get started, log in with your Ion account.</p>
|
<p>To get started, log in with your Ion account.</p>
|
||||||
<UILink href={ionAuthorizationEndpoint}>Log in with Ion</UILink>
|
<UILink href={ionAuthorizationEndpoint}>Log in with Ion</UILink>
|
||||||
<br />
|
{/* <br />
|
||||||
<UILink href={googleAuthorizationEndpoint}>Log in with Google</UILink>
|
<UILink href={googleAuthorizationEndpoint}>Log in with Google</UILink> */}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user