From 59fcfeef1b52e458a4037a53d482ad8dabda649d Mon Sep 17 00:00:00 2001
From: alexisben <alexiben7@gmail.com>
Date: Mon, 2 May 2022 16:32:40 +0200
Subject: [PATCH] Hide textarea

---
 app/views/server/universities/_sso_mapping.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/server/universities/_sso_mapping.html.erb b/app/views/server/universities/_sso_mapping.html.erb
index abf4595a9..01b947c85 100644
--- a/app/views/server/universities/_sso_mapping.html.erb
+++ b/app/views/server/universities/_sso_mapping.html.erb
@@ -55,7 +55,7 @@
     </div>
   </draggable>
 
-  <textarea name="university[sso_mapping]" id="university_sso_mapping" rows="20" cols="200">
+  <textarea name="university[sso_mapping]" id="university_sso_mapping" rows="20" cols="200" class="d-none">
     {{ JSON.stringify(fields) }}
   </textarea>
 </div>
-- 
GitLab