forked from ddrilling/asb_cloud_front
Добавлена ссылка перехода на страницу входа в AccessDenied
This commit is contained in:
parent
2c44899212
commit
ef447d5a12
@ -1,14 +1,17 @@
|
||||
import { memo } from 'react'
|
||||
import { Link } from 'react-router-dom'
|
||||
|
||||
export const AccessDenied = memo(() => (
|
||||
<div style={{
|
||||
width: '100vw',
|
||||
height: '100vh',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center'
|
||||
}}>
|
||||
Доступ запрещён
|
||||
<h2>Доступ запрещён</h2>
|
||||
<Link to={'/login'}>На страницу входа</Link>
|
||||
</div>
|
||||
))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user