summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/authgui.inc
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-12-10 17:34:29 +0100
committerheper <heper@users.noreply.github.com>2015-12-10 17:34:29 +0100
commite71c09fa6e98437e04a4e7f7659b4f38556ccd08 (patch)
treeeb32049ac368b57878bd1b2f780c88f35531a5ff /src/etc/inc/authgui.inc
parent4e322e2c189e18133324c933ad35f0735fab510f (diff)
downloadpfsense-e71c09fa6e98437e04a4e7f7659b4f38556ccd08.zip
pfsense-e71c09fa6e98437e04a4e7f7659b4f38556ccd08.tar.gz
fix #5563
Diffstat (limited to 'src/etc/inc/authgui.inc')
-rw-r--r--src/etc/inc/authgui.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index 97e0a57..58bbd6c 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -139,6 +139,7 @@ function display_error_form($http_code, $desc) {
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<?=$cssfile?>" />
<title><?=gettext("Error: not allowed"); ?></title>
</head>
@@ -242,6 +243,7 @@ if (isset($config['system']['webgui']['webguicss'])) {
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<?=$cssfile?>" />
<title><?=gettext("Login"); ?></title>
<script type="text/javascript">
OpenPOWER on IntegriCloud