mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
FIEF NextJS
This commit is contained in:
7
www/pages/forbidden.tsx
Normal file
7
www/pages/forbidden.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { NextPage } from "next";
|
||||
|
||||
const Forbidden: NextPage = () => {
|
||||
return <h2>Sorry, you are not authorized to access this page.</h2>;
|
||||
};
|
||||
|
||||
export default Forbidden;
|
||||
Reference in New Issue
Block a user