|
|
|
@ -44,8 +44,8 @@ |
|
|
|
var schema = provider.AuthenticationScheme.ToLowerInvariant(); |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<button class="btn btn-external btn-block btn btn-@schema" type="submit" name="provider" value="@provider.AuthenticationScheme"> |
|
|
|
<i class="icon-external icon-@schema"></i> @type with <strong>@provider.AuthenticationScheme</strong> |
|
|
|
<button class="btn external-button btn-block btn btn-@schema" type="submit" name="provider" value="@provider.AuthenticationScheme"> |
|
|
|
<i class="icon-@schema external-icon"></i> @type with <strong>@provider.AuthenticationScheme</strong> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
} |
|
|
|
|