feat(pages): add /application/[guildId]/[channelId]
(#4)
This commit is contained in:
@ -5,7 +5,7 @@ import { Head } from 'components/Head'
|
||||
import { Authentication } from 'components/Authentication'
|
||||
import { Header } from 'components/Header'
|
||||
import { Footer, FooterProps } from 'components/Footer'
|
||||
import { authenticationFromServerSide } from 'utils/authentication'
|
||||
import { authenticationFromServerSide } from 'tools/authentication'
|
||||
import { ScrollableBody } from 'components/ScrollableBody'
|
||||
|
||||
const Signin: NextPage<FooterProps> = (props) => {
|
||||
@ -14,7 +14,7 @@ const Signin: NextPage<FooterProps> = (props) => {
|
||||
|
||||
return (
|
||||
<ScrollableBody>
|
||||
<Head title={`Thream | ${t('authentication:signup')}`} />
|
||||
<Head title={`Thream | ${t('authentication:signin')}`} />
|
||||
<Header />
|
||||
<Authentication mode='signin' />
|
||||
<Footer version={version} />
|
||||
|
Reference in New Issue
Block a user