mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
polished UI and fix post_login_redirect_uri
This commit is contained in:
@@ -158,6 +158,7 @@ func (c *EmbeddedIdPConfig) ToYAMLConfig() (*dex.YAMLConfig, error) {
|
||||
Public: true,
|
||||
RedirectURIs: dashboardRedirectURIs,
|
||||
PostLogoutRedirectURIs: []string{
|
||||
c.Issuer,
|
||||
logoutURL,
|
||||
},
|
||||
},
|
||||
@@ -167,6 +168,7 @@ func (c *EmbeddedIdPConfig) ToYAMLConfig() (*dex.YAMLConfig, error) {
|
||||
Public: true,
|
||||
RedirectURIs: cliRedirectURIs,
|
||||
PostLogoutRedirectURIs: []string{
|
||||
c.Issuer,
|
||||
logoutURL,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user