1
0
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:
Kyle Spearrin 2017-02-07 21:33:25 -05:00
parent b75144c3da
commit 3ad25fc9eb

View File

@ -217,6 +217,8 @@ namespace Bit.Api.IdentityServer
await _deviceRepository.CreateAsync(device);
return device;
}
return existingDevice;
}
return null;