Skip to content

Commit

Permalink
Merge pull request #8 from EasyOC/ImplicitLogout
Browse files Browse the repository at this point in the history
add depend EasyOC.ReplaceAction
  • Loading branch information
hyzx86 committed Feb 18, 2023
2 parents c7607a1 + 1a3e968 commit 0c75787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modules/EasyOC.Users/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: Feature(
Id = "EasyOC.Users",
Name = "EasyOC.Users",
Dependencies = new[] { "OrchardCore.Users" },
Dependencies = new[] { "OrchardCore.Users", "EasyOC.ReplaceAction" },
Description = "Make the UserLogin Script supports Update custom user properties and Update `UserClaims`",
Category = "Content Management"
)]
Expand All @@ -17,7 +17,7 @@
[assembly: Feature(
Id = "EasyOC.OpenId",
Name = "Implicit logout",
Dependencies = new[] { "OrchardCore.OpenId" },
Dependencies = new[] { "OrchardCore.OpenId", "EasyOC.ReplaceAction" },
Description = "Confirmation is no longer required when logging out using OpenId",
Category = "Content Management"
)]

0 comments on commit 0c75787

Please sign in to comment.