#{ rodauth.accounts_in_session.map do |account| next if account[rodauth.account_id_column] == rodauth.session_value <<-OUT
#{rodauth.csrf_tag}
OUT end.join }