Skip to content

Commit

Permalink
adjusted frontend login
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartapsing committed Jun 10, 2020
1 parent e13d9fb commit 0c2bad1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file added public/img/KPN-Logo-230x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/KPN-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="row">
<div class="form-bg">
<div class="logo">
<img src="{{ asset('/img/cachet-logo@2x.png') }}" class="img-responsive">
<img src="{{ asset('/img/KPN-Logo-230x60.png') }}" class="img-responsive">
</div>

<form method="POST" action="{{ cachet_route('auth.oidc', [], 'post') }}" accept-charset="UTF-8" autocomplete="off" name="{{ str_random(10) }}">
Expand Down Expand Up @@ -65,9 +65,6 @@
<div class="col-xs-9 col-xs-push-1">
<button type="submit" class="btn btn-success btn-lg btn-block btn-trans">{{ trans('dashboard.login.login') }}</button>
</div>
<div class="col-xs-9 col-xs-push-1">
<button type="submit" class="btn btn-success btn-lg btn-block btn-trans">{{ trans('dashboard.login.oidc') }}</button>
</div>
</div>
</div>
</form>
Expand Down

0 comments on commit 0c2bad1

Please sign in to comment.