added sorting to viewall page
This commit is contained in:
+601
-395
File diff suppressed because it is too large
Load Diff
@@ -150,7 +150,7 @@ const authOptions = (locale, req, res) => {
|
||||
},
|
||||
},
|
||||
EmailProvider({
|
||||
maxAge: 10 * 60, // Magic links are valid for 10 min only
|
||||
maxAge: 2 * 60 * 60, //10 * 60, // Magic links are valid for 10 min only
|
||||
async sendVerificationRequest({ identifier: email, url }) {
|
||||
const { host, port, protocol, token, searchParams } =
|
||||
new URL(url);
|
||||
@@ -173,7 +173,7 @@ const authOptions = (locale, req, res) => {
|
||||
"emailAddress": email,
|
||||
"signInLink": url,
|
||||
|
||||
"linkExpiry": 10 * 60,
|
||||
"linkExpiry": 2 * 60 * 60,
|
||||
};
|
||||
const reference = "PEDW-SIGNIN";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user