Added password recovery and login attempt guards.
This commit is contained in:
@@ -16,7 +16,6 @@ export async function onBeforeRender(pageContext) {
|
||||
|
||||
return {
|
||||
pageContext: {
|
||||
title: 'actors',
|
||||
pageProps: {
|
||||
actors,
|
||||
countries,
|
||||
|
||||
1
pages/actors/+title.js
Normal file
1
pages/actors/+title.js
Normal file
@@ -0,0 +1 @@
|
||||
export default 'Actors';
|
||||
Reference in New Issue
Block a user