From 954e7bc8e3034baaa159366c55482c42155809f3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 1 Oct 2025 11:43:23 -0400 Subject: [PATCH] fix: update outgoing page to match 404 design --- src/controllers/index.js | 1 + src/views/outgoing.tpl | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/controllers/index.js b/src/controllers/index.js index 879774c17f..831619fc9e 100644 --- a/src/controllers/index.js +++ b/src/controllers/index.js @@ -8,6 +8,7 @@ const user = require('../user'); const plugins = require('../plugins'); const privilegesHelpers = require('../privileges/helpers'); const helpers = require('./helpers'); +const { secureRandom } = require('../utils'); const Controllers = module.exports; diff --git a/src/views/outgoing.tpl b/src/views/outgoing.tpl index 5f5b45a77d..8d52b1d3b3 100644 --- a/src/views/outgoing.tpl +++ b/src/views/outgoing.tpl @@ -1,7 +1,16 @@ -
-

- [[notifications:outgoing-link-message, {title}]] -

- [[notifications:continue-to, {outgoing}]] - [[notifications:return-to, {title}]] -
+
+

[[notifications:outgoing-link-message, {title}]]

+ + +
\ No newline at end of file