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