mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
fix protocol
This commit is contained in:
parent
0d0c6c7167
commit
5892d52ed5
@ -50,7 +50,7 @@ namespace Bit.Core.IdentityServer
|
||||
else if (id == "desktop")
|
||||
{
|
||||
RedirectUris = new[] { "bitwarden://sso-callback" };
|
||||
PostLogoutRedirectUris = new[] { "bitwarden-desktop://logged-out" };
|
||||
PostLogoutRedirectUris = new[] { "bitwarden://logged-out" };
|
||||
}
|
||||
else if (id == "connector")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user