added mail service
This commit is contained in:
9
app/[locale]/auth/error/page.tsx
Normal file
9
app/[locale]/auth/error/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ErrorCard from '@/components/auth/ErrorCard'
|
||||
|
||||
const AuthErrorPage = () => {
|
||||
return (
|
||||
<ErrorCard/>
|
||||
)
|
||||
}
|
||||
|
||||
export default AuthErrorPage
|
||||
Reference in New Issue
Block a user