Merge branch 'release' into dev
This commit is contained in:
commit
666b1a170d
|
|
@ -1,4 +1,4 @@
|
|||
@using Microsoft.AspNet.Http.Security;
|
||||
@using Microsoft.AspNet.Http.Authentication;
|
||||
@model MusicStore.Models.ManageLoginsViewModel
|
||||
@{
|
||||
ViewBag.Title = "Manage your external logins";
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<p>
|
||||
@foreach (AuthenticationDescription p in Model.OtherLogins)
|
||||
{
|
||||
<button type="submit" class="btn btn-default" id="@p.AuthenticationType" name="provider" value="@p.AuthenticationType" title="Log in using your @p.Caption account">@p.AuthenticationType</button>
|
||||
<button type="submit" class="btn btn-default" id="@p.AuthenticationScheme" name="provider" value="@p.AuthenticationScheme" title="Log in using your @p.Caption account">@p.AuthenticationScheme</button>
|
||||
}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue