update copy on notice banner and blob debug info
This commit is contained in:
@@ -51,7 +51,7 @@ export default NextAuth({
|
||||
reference: reference,
|
||||
// emailReplyToId: emailReplyToId,
|
||||
})
|
||||
.then((response) => console.log(response))
|
||||
//.then((response) => console.log(response))
|
||||
.catch((err) => consoleLogger(err));
|
||||
},
|
||||
}),
|
||||
@@ -73,7 +73,7 @@ export default NextAuth({
|
||||
},
|
||||
callbacks: {
|
||||
session: async (session, user) => {
|
||||
console.log(user);
|
||||
//console.log(user);
|
||||
return Promise.resolve(session);
|
||||
},
|
||||
},
|
||||
|
||||
@@ -17,7 +17,7 @@ ApiProxy.get(async (req, res) => {
|
||||
var checkquerypath =
|
||||
"/api/file/getawaitingsubmissionfromblob?container=" + containerName;
|
||||
|
||||
// console.log(req.url);
|
||||
console.log("///////////\ngetawaitingsubmissionblob url :", req.url);
|
||||
// console.log(hashAPIPath(checkquerypath), checkHash);
|
||||
// console.log(hashAPIPath(checkquerypath) == "&hash=" + checkHash);
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ const ApiResponse = (req, res) => {
|
||||
"value": [
|
||||
{
|
||||
"notice_en":
|
||||
"An update has been made, if you experience problems,refresh your cache,lorem ipsum doooo orem ipsum doooo orem ipsum doooo orem ipsum doooo dah",
|
||||
"An update has been made to the portal. If you experience problems, try pressing CTRL, Shift and R in your browser (or CMD and R on a Mac), this should force a refresh of your cache.",
|
||||
"notice_cy":
|
||||
"Mae diweddariad wedi'i wneud, os ydych chi'n cael problemau, adnewyddwch eich storfa, lorem ipsum doooo orem ipsum doooo orem ipsum doooo orem ipsum doooo dah",
|
||||
"Mae diweddariad wedi'i wneud i'r porth. Os ydych chi'n cael problemau, ceisiwch wasgu CTRL, Shift ac R yn eich porwr (neu CMD ac R ar Mac), dylai hyn orfodi adnewyddiad o'ch storfa.",
|
||||
|
||||
"dateFrom": "20/09/2022",
|
||||
"dateTo": "20/09/2023",
|
||||
|
||||
Reference in New Issue
Block a user