1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-03 18:57:35 +01:00

add cli client

This commit is contained in:
Kyle Spearrin 2018-05-28 09:44:14 -04:00
parent 68125d2c9b
commit ecf75c2a66

View File

@ -14,6 +14,7 @@ namespace Bit.Core.IdentityServer
new ApiClient("web", 1, 1),
new ApiClient("browser", 30, 1),
new ApiClient("desktop", 30, 1),
new ApiClient("cli", 30, 1),
new ApiClient("connector", 30, 24)
}.ToDictionary(c => c.ClientId);
}