Skip to content

Commit

Permalink
webui: Make two-factor auth logo use response (librenms#8652)
Browse files Browse the repository at this point in the history
If you customise your logo and use png the logo on the two auth is not responsive. I purpose to add class
  • Loading branch information
Cormoran96 authored and laf committed May 8, 2018
1 parent ce2b9f9 commit 3e0c26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibreNMS/Authentication/TwoFactor.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static function getForm($form_tags = true)
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<img src="' . Config::get('title_image') . '">
<img class="img-responsive" src="' . Config::get('title_image') . '">
</h3>
</div>
<div class="panel-body">
Expand Down

0 comments on commit 3e0c26f

Please sign in to comment.