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:
parent
68125d2c9b
commit
ecf75c2a66
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user