mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-18 10:29:08 +00:00
port full auth flow to cf workers
This commit is contained in:
parent
9eeb946389
commit
aad0987dce
50 changed files with 551 additions and 1167 deletions
|
@ -6,7 +6,7 @@ import * as React from 'react';
|
|||
export type AuthLoginProps = PreauthProps;
|
||||
|
||||
export const AuthLogin = (props: AuthLoginProps) => (
|
||||
<AppShell showFooter user={null}>
|
||||
<AppShell showFooter user={undefined}>
|
||||
<Hero topSpacing={100} bottomSpacing={175}>
|
||||
<Preauth {...props} />
|
||||
</Hero>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue