Skip to content

Commit

Permalink
Change role name and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
farajfarook committed Mar 20, 2019
1 parent 3347a66 commit 3cb88f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
env:
global:
- PACKAGE_VERSION="1.1.23"
- PACKAGE_VERSION="1.1.24"
- PACKAGE_ICON="https://www.enbiso.com/logo.svg"
- PACKAGE_PROJECT="https://nlib.enbiso.com"
- PACKAGE_REPO="https://github.com/enbiso/Enbiso.NLib"
Expand Down
1 change: 0 additions & 1 deletion Enbiso.NLib.App.Extensions/AuthServiceExtensions.cs
Expand Up @@ -46,7 +46,6 @@ public static IServiceCollection AddAuth(this IServiceCollection services, Actio
options.RequireHttpsMetadata = authOpt.RequireHttpsMetadata;
options.EnableCaching = authOpt.EnableCaching;
options.ApiName = authOpt.ApiName;
options.RoleClaimType = ClaimTypes.Role;
});
return services;
}
Expand Down

0 comments on commit 3cb88f1

Please sign in to comment.