Fixed current user selection of user devices to disable it in web interface.
This commit is contained in:
parent
3ea96e6f84
commit
eb8144b28b
1 changed files with 2 additions and 1 deletions
|
@ -14,8 +14,9 @@ class UserDevicesController < ApplicationController
|
||||||
attributes.delete('created_at')
|
attributes.delete('created_at')
|
||||||
attributes.delete('device_details')
|
attributes.delete('device_details')
|
||||||
attributes.delete('location_details')
|
attributes.delete('location_details')
|
||||||
|
attributes.delete('fingerprint')
|
||||||
|
|
||||||
if session[:user_device_id] == device.id
|
if session[:user_device_fingerprint] == device.fingerprint
|
||||||
attributes['current'] = true
|
attributes['current'] = true
|
||||||
end
|
end
|
||||||
devices_full.push attributes
|
devices_full.push attributes
|
||||||
|
|
Loading…
Reference in a new issue