Change 'kont' page to 'soumet' page & change EkriTeks title
This commit is contained in:
@@ -48,8 +48,8 @@ const options = {
|
||||
}
|
||||
},
|
||||
pages: {
|
||||
signIn: '/kont',
|
||||
error: '/kont'
|
||||
signIn: '/soumet',
|
||||
error: '/soumet'
|
||||
}
|
||||
}
|
||||
const Auth = (request, response) =>
|
||||
|
||||
@@ -2,9 +2,9 @@ import {useState, useEffect} from 'react'
|
||||
import {useSession} from 'next-auth/client'
|
||||
|
||||
import HeadLayout from '../components/head-layout'
|
||||
import Koneksyon from '../components/kont/koneksyon'
|
||||
import Dekoneksyon from '../components/kont/dekoneksyon'
|
||||
import EkriTeks from '../components/kont/ekri-teks'
|
||||
import Koneksyon from '../components/soumet/koneksyon'
|
||||
import Dekoneksyon from '../components/soumet/dekoneksyon'
|
||||
import EkriTeks from '../components/soumet/ekri-teks'
|
||||
|
||||
import {jwennTeksEpiUserId} from '../lib/oki-api'
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function Kont() {
|
||||
}, [session])
|
||||
|
||||
return (
|
||||
<HeadLayout title='Kont' tab={3} slug='kont'>
|
||||
<HeadLayout title='Soumèt' tab={3} slug='soumet'>
|
||||
{!session && (
|
||||
<Koneksyon />
|
||||
)}
|
||||
Reference in New Issue
Block a user