Skip to content

Commit 7362930

Browse files
committed
Added ef tools to the projects. Tested social login, removed todo.
1 parent b7bbd62 commit 7362930

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

angular/src/account/login/login.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ <h4 class="text-center">{{l("LogIn")}}</h4>
3737
</div>
3838
</form>
3939

40-
<!-- TODO: Test social logins (and also for MVC!) -->
4140
<div class="login-options" *ngIf="multiTenancySideIsTeanant && loginService.externalLoginProviders.length > 0">
42-
<h4>{{l("LoginWith")}}</h4>
41+
<h4>{{l("OrLoginWith")}}</h4>
4342
<ul class="social-icons">
4443
<li *ngFor="let provider of loginService.externalLoginProviders">
4544
<a class="btn btn-default btn-sm fa fa-{{provider.icon == 'googleplus' ? 'google-plus' : provider.icon}}"

aspnet-core/src/AbpCompanyName.AbpProjectName.EntityFrameworkCore/AbpCompanyName.AbpProjectName.EntityFrameworkCore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
<ProjectReference Include="..\AbpCompanyName.AbpProjectName.Core\AbpCompanyName.AbpProjectName.Core.csproj" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
30+
</ItemGroup>
31+
2832
</Project>

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/AbpCompanyName.AbpProjectName.Web.Host.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
<ItemGroup>
5959
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.0" />
60+
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
6061
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0" />
6162
</ItemGroup>
6263

0 commit comments

Comments
 (0)