Skip to content

Commit ca327e8

Browse files
author
Pongsakorn Sommalai
committed
Fix issue hotfix
1 parent fab09ec commit ca327e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def flag_enc():
138138

139139
msg = encrypt_flag(request.form.get("flag"), app.secret_key)
140140

141-
return render_template('flag_enc.html', msg=msg)
141+
return render_template('flag_enc.html', msg=msg, current_user=current_user)
142142

143143
@app.route('/lab/<path:repo_name>')
144144
@fetch_user

0 commit comments

Comments
 (0)