Skip to content

Commit

Permalink
Log ezEML username on login
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-ide committed Jun 6, 2024
1 parent 7ec94f2 commit 7e14458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def login():
user = User(session_id)
login_user(user)
initialize_user_data(cname, pasta_token.uid, auth_token)
log_usage(actions['LOGIN'], cname)
log_usage(actions['LOGIN'], cname, current_user.get_user_login())
next_page = request.args.get('next')
if not next_page or urlparse(next_page).netloc != '':
current_document = get_active_document()
Expand Down

0 comments on commit 7e14458

Please sign in to comment.