Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Jan 10, 2024
1 parent 79bc5ca commit b5cce5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ GRANT INSERT, UPDATE, DELETE ON HerediVar_ahdoebm1.user_variant_lists TO 'Heredi
GRANT SELECT ON HerediVar_ahdoebm1.gene_alias TO 'HerediVar_read_only';
GRANT SELECT ON HerediVar_ahdoebm1.variant_heredicare_annotation TO 'HerediVar_read_only';
GRANT SELECT ON HerediVar_ahdoebm1.variant_transcript_annotation TO 'HerediVar_read_only';
GRANT INSERT,UPDATE ON HerediVar.heredivar_clinvar_submissions TO 'HerediVar_read_only';
GRANT INSERT,UPDATE ON HerediVar_ahdoebm1.heredivar_clinvar_submissions TO 'HerediVar_read_only';
2 changes: 1 addition & 1 deletion src/frontend_celery/start_webapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ echo starting Heredivar in "${WEBAPP_ENV}" mode


source .venv/bin/activate
cd src/frontend_celery

if [ "${WEBAPP_ENV}" == "dev" ]
then
cd src/frontend_celery
python3 main.py
fi

Expand Down
2 changes: 1 addition & 1 deletion src/frontend_celery/webapp/auth/auth_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def auth():
session['user'] = user_info
session['tokenResponse'] = token_response

print(session['user'])
#print(session['user'])

if affiliation is None or affiliation.strip() == '':
flash('LOGIN ERROR: You are missing the affiliation tag ask a HerediVar administrator to add it!', 'alert-danger')
Expand Down

0 comments on commit b5cce5a

Please sign in to comment.