mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
return existing device for token
This commit is contained in:
parent
b75144c3da
commit
3ad25fc9eb
@ -217,6 +217,8 @@ namespace Bit.Api.IdentityServer
|
|||||||
await _deviceRepository.CreateAsync(device);
|
await _deviceRepository.CreateAsync(device);
|
||||||
return device;
|
return device;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return existingDevice;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user