about summary refs log tree commit diff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorJohn Nduli2024-08-07 09:29:11 +0300
committerAlexander_Kabui2024-08-28 15:02:46 +0300
commit73a1883f2a7c7623e85ca95862abdb3c0beb7a3e (patch)
treee1623923c6ead583213e32959e933799302241fc /gn2/wqflask/templates
parent4aa2d88b2915323398c5b14a64e10f822df9a93e (diff)
downloadgenenetwork2-73a1883f2a7c7623e85ca95862abdb3c0beb7a3e.tar.gz
fix: remove bearer token from html and javascript
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-mrna.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/gn2/wqflask/templates/oauth2/data-list-mrna.html b/gn2/wqflask/templates/oauth2/data-list-mrna.html
index 0ee9d27e..c5c1c27e 100644
--- a/gn2/wqflask/templates/oauth2/data-list-mrna.html
+++ b/gn2/wqflask/templates/oauth2/data-list-mrna.html
@@ -92,11 +92,9 @@
   <div class="row">
     <span id="search-messages" class="alert-danger" style="display:none"></span>
     <form id="frm-search"
-	  action="{{search_uri}}"
+	  action="{{url_for('oauth2.data.json_search_mrna')}}"
 	  method="POST">
       <legend>Search: mRNA Assay</legend>
-
-      <input type="hidden" id="bearer_token" name="bearer_token" value="{{bearer_token}}" />
       <input type="hidden" value="{{species_name}}" name="species"
 	     id="txt-species-name" />
       <input type="hidden" value="{{dataset_type}}" name="dataset_type"