mirror of
https://github.com/bitwarden/server.git
synced 2025-04-02 18:06:07 +02: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);
|
||||
return device;
|
||||
}
|
||||
|
||||
return existingDevice;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user