mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
add cli client
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user