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
committerJohn Nduli2024-08-07 09:30:16 +0300
commit14c7aba8eacea546530dc9f41daf0d37295d664a (patch)
tree4dae77a174ab276dec84b87f4ddd64fca5a5bec7 /gn2/wqflask/templates
parent0dcd203faef748a625a7134b9dcda61baac51b3b (diff)
downloadgenenetwork2-14c7aba8eacea546530dc9f41daf0d37295d664a.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"