From 700090889184d2b1869234ef2b8ffbac783d9c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 4 Jun 2023 15:15:09 +0300 Subject: [PATCH] Auto-login Discourse link --- app/views/dashboard/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index 8ebbec3..590361b 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -21,7 +21,7 @@
- <%= link_to "https://community.kosmos.org", + <%= link_to "#{Setting.discourse_public_url}/session/sso?return_path=/", class: "block h-full px-6 py-6 rounded-md" do %>

Discourse