aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorJohn Nduli2024-08-06 08:36:28 +0300
committerAlexander_Kabui2024-08-28 15:02:46 +0300
commit4aa2d88b2915323398c5b14a64e10f822df9a93e (patch)
tree0d7cb188fa83428e43525910b2e46bf16155d97b /gn2/wqflask/templates
parent6d39ea99231aa0d07726a013c9a17c89a72e407a (diff)
downloadgenenetwork2-4aa2d88b2915323398c5b14a64e10f822df9a93e.tar.gz
fix: use bearer token to query auth server
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-mrna.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/oauth2/data-list-mrna.html b/gn2/wqflask/templates/oauth2/data-list-mrna.html
index 728e95d4..0ee9d27e 100644
--- a/gn2/wqflask/templates/oauth2/data-list-mrna.html
+++ b/gn2/wqflask/templates/oauth2/data-list-mrna.html
@@ -95,6 +95,8 @@
action="{{search_uri}}"
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"