1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

fix protocol

This commit is contained in:
Kyle Spearrin 2020-07-16 08:03:57 -04:00
parent 0d0c6c7167
commit 5892d52ed5

View File

@ -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")
{