diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 6d08ecaf..a37a59c0 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -60,7 +60,7 @@ - <%= user.last_sign_in_at ? l(user.last_sign_in_at.in_time_zone(current_account.timezone), format: :short, locale: current_account.locale) : '-' %> + <%= user.current_sign_in_at ? l(user.current_sign_in_at.in_time_zone(current_account.timezone), format: :short, locale: current_account.locale) : '-' %> <% if params[:status].blank? && can?(:update, user) && user.archived_at.blank? %>