mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
return existing device for token
This commit is contained in:
@ -217,6 +217,8 @@ namespace Bit.Api.IdentityServer
|
||||
await _deviceRepository.CreateAsync(device);
|
||||
return device;
|
||||
}
|
||||
|
||||
return existingDevice;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user