Browse Source

A link fixed

pull/1/head
Sebastian 9 years ago
parent
commit
01a39c73b6
  1. 2
      src/Squidex/Configurations/Identity/IdentityUsage.cs
  2. 2
      src/Squidex/Configurations/Identity/LazyClientStore.cs
  3. 2
      src/Squidex/app/components/layout/apps-menu-list.component.html

2
src/Squidex/Configurations/Identity/IdentityUsage.cs

@ -7,7 +7,6 @@
// ==========================================================================
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Security.Claims;
@ -18,7 +17,6 @@ using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.MongoDB;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Squidex.Infrastructure.Security;

2
src/Squidex/Configurations/Identity/LazyClientStore.cs

@ -53,7 +53,7 @@ namespace Squidex.Configurations.Identity
},
PostLogoutRedirectUris = new List<string>
{
options.BuildUrl("logout;"),
options.BuildUrl("logout")
},
AllowAccessTokensViaBrowser = true,
AllowedGrantTypes = GrantTypes.Implicit,

2
src/Squidex/app/components/layout/apps-menu-list.component.html

@ -1,4 +1,4 @@
<a class="dropdown-item all-apps" routerLink="/apps">
<a class="dropdown-item all-apps" [routerLink]="['/app']">
<span class="all-apps-text">All Apps</span>
<span class="all-apps-pill tag tag-pill tag-default">{{apps.length || 0}}</span>
</a>

Loading…
Cancel
Save