Update DeviceManage.jsx
This commit is contained in:
parent
0b12173e74
commit
746c5e36bd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function DeviceManage() {
|
|||
|
||||
const handleRemove = async (device, auth = undefined) => {
|
||||
if (auth === undefined
|
||||
? window.confirm(`You are about to logout "${device.display_name}" session?`)
|
||||
? window.confirm(`You are about to logout "${device.display_name}" session.`)
|
||||
: true
|
||||
) {
|
||||
addToProcessing(device);
|
||||
|
|
Loading…
Reference in a new issue