Merged PR 1109: added sorting to viewall page
added sorting to viewall page Related work items: #10572
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({
|
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 }) {
|
async sendVerificationRequest({ identifier: email, url }) {
|
||||||
const { host, port, protocol, token, searchParams } =
|
const { host, port, protocol, token, searchParams } =
|
||||||
new URL(url);
|
new URL(url);
|
||||||
@@ -173,7 +173,7 @@ const authOptions = (locale, req, res) => {
|
|||||||
"emailAddress": email,
|
"emailAddress": email,
|
||||||
"signInLink": url,
|
"signInLink": url,
|
||||||
|
|
||||||
"linkExpiry": 10 * 60,
|
"linkExpiry": 2 * 60 * 60,
|
||||||
};
|
};
|
||||||
const reference = "PEDW-SIGNIN";
|
const reference = "PEDW-SIGNIN";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user