blob: 393048a2cdfd1a8b35a617743f1df8ee3c453f5b [file] [log] [blame]
@foreach ($auth_code_options as $auth_code_option)
<a href="{{ $auth_code_option["auth_url"] }}" class="btn btn-primary btn-block">
@if (isset($auth_code_option["logo"]))
<img src="{{ $auth_code_option["logo"] }}">
@endif
Sign in with {{{ $auth_code_option["name"] }}}
</a>
@endforeach