From c84644dd337cd72de814e56caee9f92574b2b73c Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Wed, 14 Aug 2024 10:59:23 +0100 Subject: [PATCH] Fix --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 511be0722..158035f9c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -40,7 +40,7 @@ menu_option << { text: "Switch app", - href: Plek.find("signon"), + href: Plek.external_url_for("signon"), } %>